SAPMigrate Error Response
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)