Skip to content

Commit

Permalink
Update err-4XXX.go
Browse files Browse the repository at this point in the history
add error 404 return from external call
  • Loading branch information
salleh authored Sep 25, 2023
1 parent 07af584 commit 2d6c147
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions err-4XXX.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ const (
ERR4005
// API call method not allowed
ERR4006
// API call response resource not found
ERR4007
)

0 comments on commit 2d6c147

Please sign in to comment.