Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New error codes #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

New error codes #14

wants to merge 2 commits into from

Conversation

yaroslavr-itd
Copy link
Collaborator

Added new internal error codes:

  • 205: Stellar secret or address is required.
  • 206: Invalid Stellar Secret
  • 207: Invalid Stellar Address

INTERNAL_ERROR_CODES[DebugOnly] = 121
INTERNAL_ERROR_CODES[stellar_base.exceptions.NoStellarSecretOrAddressError] = 205
INTERNAL_ERROR_CODES[stellar_base.exceptions.StellarSecretInvalidError] = 206
INTERNAL_ERROR_CODES[stellar_base.exceptions.StellarAddressInvalidError] = 207

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yaroslavr-itd , I think nothing will ever happen with these if they do not show up in CUSTOM_EXCEPTION_STATUSES.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants