Module: Orchestrate::API

Defined in:
lib/orchestrate/api.rb,
lib/orchestrate/api/errors.rb,
lib/orchestrate/api/helpers.rb,
lib/orchestrate/api/response.rb

Overview

Namespace for concerns related to the Orchestrate API

Defined Under Namespace

Modules: Helpers Classes: AlreadyPresent, BadRequest, BaseError, CollectionResponse, IndexingConflict, InternalError, InvalidSearchParam, ItemResponse, MalformedRef, MalformedSearch, NotFound, RequestError, Response, SearchIndexNotFound, SecurityAuthentication, ServiceError, Unauthorized, VersionMismatch

Constant Summary collapse

ERRORS =

The full complement of Error classes.

[ BadRequest, MalformedSearch, MalformedRef, InvalidSearchParam,
 Unauthorized, NotFound, IndexingConflict,
 VersionMismatch, AlreadyPresent,
 SecurityAuthentication, SearchIndexNotFound, InternalError
]