ErrorResponse interface
Describes the format of Error response.
Properties
code | Error code |
message | Error message indicating why the operation failed. |
Property Details
code
Error code
code?: string
Property Value
string
message
Error message indicating why the operation failed.
message?: string
Property Value
string
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for JavaScript