Package version:

Interface DefaultErrorResponse

App Service error response.

interface DefaultErrorResponse {
    error?: DefaultErrorResponseError;
}

Properties

Properties

Error model. NOTE: This property will not be serialized. It can only be populated by the server.