module Cyclid::API::Errors::HTTPErrors

Identifiers for HTTP JSON error bodies

Constants

AUTH_FAILURE

Invalid username or password, or not an admin

DUPLICATE

A unique entry already exists

INTERNAL_ERROR

Something caught an exception

INVALID_ACTION

No plugin found for the given action

INVALID_JOB

Job definition is incorrect or does not exist

INVALID_JSON

The JSON in the request body could not be parsed

INVALID_ORG

Organization does not exist

INVALID_PLUGIN

Requested plugin does not exist

INVALID_PLUGIN_CONFIG

Could not get a configuration for the given plugin

INVALID_STAGE

Stage does not exist

INVALID_USER

User does not exist

NO_ERROR

Success

PLUGIN_ERROR

API plugin request failed