ValidationErrorModel

Details about a validation error.

Properties

NameDescription Additional information
MemberNames

A list of the property names of the input object which contribute to the validation error. Member names can refer to items in a list, such as Users[1]. They can also refer to child properties of members, such as ResourceDomain.Name.

There may be validation errors that are not related to any members; in those cases this will be an empty list.

Type: Array of String

ErrorMessage

The validation error message.

Type: String

ErrorCode

An error code to assist the caller in determining an appropriate course of action.

Type: ApiErrorCode