RunError interface
The details of an error as encountered by an assistant thread run.
Properties
code | The status for the error. |
message | The human-readable text associated with the error. |
Property Details
code
The status for the error.
code: string
Property Value
string
message
The human-readable text associated with the error.
message: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript