Skip to main content
Note that these are pulled directly from the openapi spec, and might change.

Error codes used throughout the API

Available options:
auth.session_expired,
auth.session_revoked,
auth.session_invalid,
auth.user_does_not_exist,
auth.invalid_team_membership,
auth.unauthorized,
auth.key_revoked,
auth.key_invalid,
auth.payment_required,
error.not_found,
error.validation,
error.server,
error.invalid_scope,
error.limit,
error.entity_deletedcompiler.error,
compiler.validation_error,
compiler.authorization_error,
compiler.not_found_error,
compiler.invalid_version_error,
compiler.old_version_error,
explorer.contract_not_verified_error,
explorer.contract_not_found_error,
explorer.contract_fetch_error,
compiler.internal_error,
compiler.binary_error,
compiler.compiler_error,
ast.invalid_node,
ast.invalid_reference
Example:
{
"title": "Example",
"value": "auth.session_expired"
}