ModuleErrorInfo interface
Definition of the module error info type.
Properties
code | Gets or sets the error code. |
message | Gets or sets the error message. |
Property Details
code
Gets or sets the error code.
code?: string
Property Value
string
message
Gets or sets the error message.
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