constructor
Summary
Creates an instance of ApiModelError.Signature
Parameters
message
- Type:
string
code
- Type:
ErrorCode - Optional: Yes
context
- Type:
ErrorContext - Optional: Yes
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Creates an instance of ApiModelError.
constructor(message: string, code?: ErrorCode, context?: ErrorContext);
stringErrorCodeErrorContextWas this page helpful?
