38 public KeyValuePair<string, object>[]
Tags {
get; }
Contains information about a validation error.
object Service
Service reporting the error.
ValidationErrorType ErrorType
Type of error.
KeyValuePair< string, object >[] Tags
Tags annotating the error message.
string ErrorLanguage
Language ISO code of ErrorMessage.
string ErrorMessage
Error message that can be sent to origin
string ErrorCode
Machine-readable error code (service-specific).
ValidationErrorType
Type of validation error.