Sha256: 9ba9729c3553c75c58aa4dbd92c0ceaaafbc9b6b940ddd46b7e613f11a0eba63
Contents?: true
Size: 637 Bytes
Versions: 11
Compression:
Stored size: 637 Bytes
Contents
module EventbriteSDK # These are general error types given in API responses. # See the defined resource for error types that are unique to that resource. # The resource is already deleted ERROR_ALREADY_DELETED = 'ALREADY_DELETED'.freeze # Paginated query had an invalid page, usually out of range ERROR_BAD_PAGE = 'BAD_PAGE'.freeze # Token was provided, but invalid ERROR_BAD_TOKEN = 'INVALID_AUTH'.freeze # The requested endpoint or resource does not exist ERROR_NOT_FOUND = 'NOT_FOUND'.freeze # No token was provided for an endpoint that requires authentication ERROR_TOKEN_REQUIRED = 'NO_AUTH'.freeze end
Version data entries
11 entries across 11 versions & 1 rubygems