Exception: SeatLayer::NotFoundError

Inherits:
APIError show all
Defined in:
lib/seatlayer/errors.rb

Overview

404 — including another organisation's resource.

Asking for something owned by a different organisation answers 404, never 403: a 403 would confirm the resource exists, which is not something one customer should be able to learn about another.

Instance Attribute Summary

Attributes inherited from APIError

#body, #code, #request_id, #status

Method Summary

Methods inherited from APIError

from_response, #initialize

Constructor Details

This class inherits a constructor from SeatLayer::APIError