Module: ConvenientService::Service::Plugins::HasJSendResult::Constants Private
- Defined in:
- lib/convenient_service/service/plugins/has_j_send_result/constants.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Constant Summary collapse
- SUCCESS_STATUS =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
:success- FAILURE_STATUS =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
:failure- ERROR_STATUS =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
:error- DEFAULT_SUCCESS_DATA =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
{}
- DEFAULT_FAILURE_DATA =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
{}
- DEFAULT_ERROR_DATA =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
{}
- DEFAULT_SUCCESS_MESSAGE =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
""- DEFAULT_FAILURE_MESSAGE =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
""- DEFAULT_ERROR_MESSAGE =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
""- DEFAULT_SUCCESS_CODE =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
:default_success- DEFAULT_FAILURE_CODE =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
:default_failure- DEFAULT_ERROR_CODE =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
:default_error