UserFacingErrorResponse

constructor(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)