User Facing Error Response
data class UserFacingErrorResponse(val code: String? = null, val details: List<UserFacingErrorResponse>? = null, val innerError: InnerErrorResponse? = null, val isRetryable: Boolean? = null, val isUserError: Boolean? = null, val message: String? = null, val properties: Map<String, String>? = null, val recommendedAction: List<String>? = null, val target: String? = null)
Error object used by layers that have access to localized content, and propagate that to user
Constructors
Link copied to clipboard
fun UserFacingErrorResponse(code: String? = null, details: List<UserFacingErrorResponse>? = null, innerError: InnerErrorResponse? = null, isRetryable: Boolean? = null, isUserError: Boolean? = null, message: String? = null, properties: Map<String, String>? = null, recommendedAction: List<String>? = null, target: String? = null)