Documentation

AkashicError
in package

Table of Contents

Constants

ACCESS_DENIED  = 'Unauthorized attempt to access production Akashic Link secrets'
INCORRECT_PRIVATE_KEY_FORMAT  = 'Private Key is not in correct format'
IS_NOT_BP  = 'Please sign up on AkashicPay.com first'
KEY_CREATION_FAILURE  = 'Failed to generate new wallet. Try again.'
L2_ADDRESS_NOT_FOUND  = 'L2 Address not found'
SAVINGS_EXCEEDED  = 'Transaction amount exceeds total savings'
TEST_NET_OTK_ONBOARDING_FAILED  = 'Failed to setup test-otk. Please try again'
TRANSACTION_CANNOT_BE_COMPLETED_IN_ONE  = 'Transaction could not be completed right now. Try a smaller amount or wait a few minutes'
TRANSACTION_TOO_SMALL_ERROR  = 'Transaction is too small'
UNHEALTHY_KEY  = 'New wallet was not created safely, please re-create'
UNKNOWN_ERROR  = 'Akashic failed with an unknown error. Please try again later'
UNSUPPORTED_COIN_ERROR  = 'Coin not supported'

Constants

ACCESS_DENIED

public mixed ACCESS_DENIED = 'Unauthorized attempt to access production Akashic Link secrets'

INCORRECT_PRIVATE_KEY_FORMAT

public mixed INCORRECT_PRIVATE_KEY_FORMAT = 'Private Key is not in correct format'

IS_NOT_BP

public mixed IS_NOT_BP = 'Please sign up on AkashicPay.com first'

KEY_CREATION_FAILURE

public mixed KEY_CREATION_FAILURE = 'Failed to generate new wallet. Try again.'

L2_ADDRESS_NOT_FOUND

public mixed L2_ADDRESS_NOT_FOUND = 'L2 Address not found'

SAVINGS_EXCEEDED

public mixed SAVINGS_EXCEEDED = 'Transaction amount exceeds total savings'

TEST_NET_OTK_ONBOARDING_FAILED

public mixed TEST_NET_OTK_ONBOARDING_FAILED = 'Failed to setup test-otk. Please try again'

TRANSACTION_CANNOT_BE_COMPLETED_IN_ONE

public mixed TRANSACTION_CANNOT_BE_COMPLETED_IN_ONE = 'Transaction could not be completed right now. Try a smaller amount or wait a few minutes'

TRANSACTION_TOO_SMALL_ERROR

public mixed TRANSACTION_TOO_SMALL_ERROR = 'Transaction is too small'

UNHEALTHY_KEY

public mixed UNHEALTHY_KEY = 'New wallet was not created safely, please re-create'

UNKNOWN_ERROR

public mixed UNKNOWN_ERROR = 'Akashic failed with an unknown error. Please try again later'

UNSUPPORTED_COIN_ERROR

public mixed UNSUPPORTED_COIN_ERROR = 'Coin not supported'

        
On this page

Search results