SAPMigrateErrorResponse

data class SAPMigrateErrorResponse(val code: String, val details: List<ErrorDefinitionResponse>, val message: String, val recommendation: String)

An error response from the SAP migrate resources.

Constructors

Link copied to clipboard
constructor(code: String, details: List<ErrorDefinitionResponse>, message: String, recommendation: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Service specific error code which serves as the substatus for the HTTP error code.

Link copied to clipboard

Internal error details.

Link copied to clipboard

Description of the error.

Link copied to clipboard

Description of the recommendation.