Documentation ¶
Index ¶
Constants ¶
View Source
const ( NoError uint = 0 /* Will return 1, if: - partner try to login but its status is inactive - customer try to login but its status is inactive - any attempts to access all endpoints that require either customer or partner level */ UserInactive uint = 1 /* Will return 2, if: - partner try to change status order to in progress from inactive customer - any nitrogen related endpoints in partner app for inactive customer */ CustomerInactive uint = 2 /* Will return 2, if: - token is expired */ TokenExpired uint = 3 /* Will return 10, if: - There is an error after query to database */ ErrorQuery uint = 10 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.