Module: Repres::Dosser::Concerns::ResourcePresentation
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/controllers/repres/dosser/concerns/resource_presentation.rb
Overview
Resource Presentation 是 DOSSER 风格的资源表现逻辑的关注点。 HTTP 状态码可参考以下链接: httpstatuses.com/ www.restapitutorial.com/httpstatuscodes.html guides.rubyonrails.org/layouts_and_rendering.html#the-status-option
Constant Summary collapse
- CODE_SUCCESS =
'success'.freeze
- CODE_FAILURE =
'failure'.freeze
- CODE_FAILURE_FORBIDDEN =
'failure-forbidden'.freeze
- CODE_FAILURE_NOT_FOUND =
'failure-not-found'.freeze
- CODE_FAILURE_WRONG_PARAMETER =
'failure-wrong-parameter'.freeze
- CODE_FAILURE_WRONG_STATE =
'failure-wrong-state'.freeze