enum class ForbiddenErrorType
Enum describes error codes corresponding to com.srv4pos.server.api.exceptions.ForbiddenJsonException.
It is most used code, which covers cases when credentials is not sufficient to perform request or, for example, on attempt to get non-public data. |
|
When auth data doesn't pass verification. For example, if username is empty. |
|
If activation in credentials is closed already. |
|
If activation in credentials is not activated. |
|
If activation doesn't have required feature. |
|
If there is credentials and seller with given country and corporate id is not registered. |
|
If either activation's period haven't started yet or has expired already. |
|
If either username or password failed to pass authorization. |
|
When passed session id hasn't passed verification. |
|
When software vendor isn't able to manage CU. |
|
When used registration is not thinkassan but needs to be. |
|
When attempt to send a free email on non-free address. |
|
When dibs verification fails. |
|
When requested seller is not public. |
|
When verification on old password failed during password change operation. |
|
When software vendor tries to send kd to not connected CU |