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"
KEY_CREATION_FAILURE  = "Failed to generate new wallet. Try again."
L2_ADDRESS_NOT_FOUND  = "L2 Address not found"
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"
UNHEALTHY_KEY  = "New wallet was not created safely, please re-create"
UNKNOWN_ERROR  = "Akashic failed with an unknown error. Please try again later"

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"

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"

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"

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"

        
On this page

Search results