Skip to content

Commit

Permalink
feat: added http response code to api error verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Oct 29, 2024
1 parent 1860665 commit c63d382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/error/api-error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export class APIError extends Error {
return {
name: this.name,
message: this.message,
httpCode: this.code,
cause: this.cause,
errorId: this.errorId,
stack: this.stack,
Expand Down

0 comments on commit c63d382

Please sign in to comment.