Extended Error Info Response
    data class ExtendedErrorInfoResponse(val additionalInfo: List<TypedErrorInfoResponse>? = null, val code: String? = null, val details: List<ExtendedErrorInfoResponse>? = null, val message: String? = null, val target: String? = null)
Constructors
Link copied to clipboard
                fun ExtendedErrorInfoResponse(additionalInfo: List<TypedErrorInfoResponse>? = null, code: String? = null, details: List<ExtendedErrorInfoResponse>? = null, message: String? = null, target: String? = null)