AccountErrorCodes
No description
enum AccountErrorCodes {
ACCOUNT_NOT_FOUND
IS_NOT_ACCT_OWNER
UNAUTHORIZED
}
Values
AccountErrorCodes.ACCOUNT_NOT_FOUND
AccountErrorCodes.IS_NOT_ACCT_OWNER
AccountErrorCodes.UNAUTHORIZED
user does not have access right to account
Was this topic helpful?