/home/kueuepay/www/.gitignore
/node_modules
/public/build
/public/hot
/public/storage
/storage/*.key
/vendor
.env
.env.backup
.env.production
.phpunit.result.cache
Homestead.json
Homestead.yaml
auth.json
npm-debug.log
yarn-error.log
/.fleet
/.idea
/.vscode
/public/html
/*.zip
/storage/debugber
/storage/debugber/.*
/public/fileholder/img/*.jpg
/public/fileholder/img/*.jpeg
/public/fileholder/img/*.webp
/public/fileholder/img/*.png
Error Handling

Error Handling

In case of an error, the API will return an error response containing a specific error code 400, 403 Failed and a user-friendly message. Refer to our API documentation for a comprehensive list of error codes and their descriptions.