Module: Common::Client::Concerns::ServiceStatus

Extended by:
ActiveSupport::Concern
Included in:
EVSS::Response, IHub::Appointments::Response, Search::ResultsResponse, UserSerializer, Users::ExceptionHandler, Users::Profile, VAProfile::Response
Defined in:
lib/common/client/concerns/service_status.rb

Constant Summary collapse

RESPONSE_STATUS =
{
  ok: 'OK',
  not_found: 'NOT_FOUND',
  server_error: 'SERVER_ERROR',
  not_authorized: 'NOT_AUTHORIZED'
}.freeze