A standard error for input validation failures. This should be thrown by services when a member of the input structure falls outside of the modeled or documented constraints.

Hierarchy

  • ServiceException
    • ValidationException

Constructors

Properties

Constructors

Properties

$fault: "client" = ...
fieldList?: ValidationExceptionField[]

A list of specific failures encountered while validating the input. A member can appear in this list more than once if it failed to satisfy multiple constraints.

name: "ValidationException" = ...