/**
 * @fileOverview HTTP/Rest Error Classes
 * @namespace Errors.http
 * @memberof Errors
 */
export * from "./APIErrors";
export * from "./AlreadyExistsErrors";
export * from "./AuthenticationErrors";
export * from "./AuthorizationErrors";
export * from "./DoesNotExistsErrors";
export * from "./ExceedsLimitErrors";
export * from "./InsufficientErrors";
export * from "./InvalidErrors";
export * from "./MismatchErrors";
export * from "./PositionErrors";
export * from "./RangeLimitErrors";
export * from "./ServiceErrors";
export * from "./UnavailableErrors";
