Class ResponsesApiErrorInfo
public class ResponsesApiErrorInfo : ResponseStreamEvent, IErrorInfo
- Inheritance
-
objectResponsesApiErrorInfo
- Implements
-
IErrorInfo
- Inherited Members
Properties
Code
Required. The error code.
public string Code { get; set; }
Property Value
- string
Message
Required. The error message.
public string Message { get; set; }
Property Value
- string
Param
Required. The error parameter.
public string Param { get; set; }
Property Value
- string
Methods
FormatErrorMessage()
public string FormatErrorMessage()
Returns
- string