generated from azures04/Base-REST-API
MVP
This commit is contained in:
@@ -13,7 +13,9 @@ class DefaultError extends Error {
|
||||
serialize() {
|
||||
return {
|
||||
code: this.code,
|
||||
message: this.message
|
||||
name: this.name,
|
||||
cause: this.cause,
|
||||
message: this.message,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user