2using System.ComponentModel.DataAnnotations;
Represents an error message returned by the server.
Version? ServerApiVersion
The version of the API the server is using.
ErrorMessageResponse(ErrorCode errorCode)
Initializes a new instance of the ErrorMessageResponse class.
string? Message
A human readable description of the error.
ErrorMessageResponse()
Initializes a new instance of the ErrorMessageResponse class.
string? AdditionalData
Additional data associated with the error message.
ErrorCode
Types of Response.ErrorMessageResponses that the API may return.
@ Required
DMAPI validation must suceed for the deployment to succeed.