Skip to content

Latest commit

 

History

History
92 lines (37 loc) · 676 Bytes

Headzoo-Bitcoin-Wallet-Api-HTTPStatusCodes.md

File metadata and controls

92 lines (37 loc) · 676 Bytes

Headzoo\Bitcoin\Wallet\Api\HTTPStatusCodes

The http status codes returned by the api.

  • Class name: HTTPStatusCodes
  • Namespace: Headzoo\Bitcoin\Wallet\Api

Constants

OK

HTTP status code 200

const OK = 200

BAD_REQUEST

HTTP status code 400

const BAD_REQUEST = 400

UNAUTHORIZED

HTTP status code 401

const UNAUTHORIZED = 401

FORBIDDEN

HTTP status code 403

const FORBIDDEN = 403

NOT_FOUND

HTTP status code 404

const NOT_FOUND = 404

INTERNAL_SERVER_ERROR

HTTP status code 500

const INTERNAL_SERVER_ERROR = 500