class DppmRestApi::Actions::PartialContent
- DppmRestApi::Actions::PartialContent
- DppmRestApi::Actions::HTTPStatusError
- DppmRestApi::Actions::Exception
- Exception
- Reference
- Object
Overview
An exception for the PARTIAL_CONTENT status
Defined in:
actions/errors/http_status_errors.crConstant Summary
-
STATUS_CODE =
HTTP::Status::PARTIAL_CONTENT
Constructors
Instance Method Summary
Instance methods inherited from class DppmRestApi::Actions::HTTPStatusError
status_code
status_code
Constructor Detail
def self.new(context : HTTP::Server::Context, message : String? = nil, cause : ::Exception? = nil)
#