Module: Toolx::Core::Errors

Defined in:
lib/toolx/core/errors/api_error.rb,
lib/toolx/core/errors/nested_error.rb,
lib/toolx/core/errors/nested_standard_error.rb

Defined Under Namespace

Modules: NestedError Classes: ApiError, AppError, NestedStandardError

Constant Summary collapse

BadRequest =
Class.new(ApiError)
Unauthorized =
Class.new(ApiError)
NotFound =
Class.new(ApiError)
Conflict =
Class.new(ApiError)
UnprocessableEntity =
Class.new(ApiError)
FailedDependency =
Class.new(ApiError)
Forbidden =
Class.new(ApiError)
InternalServerError =
Class.new(ApiError)
BadGateway =
Class.new(ApiError)
ServiceUnavailable =
Class.new(ApiError)
GatewayTimeout =
Class.new(ApiError)