Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1022 Bytes

SdkApiRestCommonProblem.md

File metadata and controls

16 lines (13 loc) · 1022 Bytes

# SdkApiRestCommonProblem

Properties

Name Type Description Notes
trace_id string The request correlation ID this problem comes from. [optional]
type string The problem's category. [optional]
code string A machine-readable error code, expressed as a string value. [optional]
instance string A URI that identifies the specific occurrence of the problem. [optional]
title string A short human-readable description of the problem type. [optional]
detail string A human-readable explanation specific to this occurrence of the problem. [optional]
source array<string,string> A machine-readable structure to reference to the exact location(s) causing the error(s). [optional]
stack_trace string [optional]

[Back to Model list] [Back to API list] [Back to README]