Skip to main content

ErrorCode

Defined in: src/errors.ts:18

Enumeration Members

AppInitializationError

AppInitializationError: "slack_bolt_app_initialization_error";

Defined in: src/errors.ts:19


AssistantInitializationError

AssistantInitializationError: "slack_bolt_assistant_initialization_error";

Defined in: src/errors.ts:21


AssistantMissingPropertyError

AssistantMissingPropertyError: "slack_bolt_assistant_missing_property_error";

Defined in: src/errors.ts:22


AuthorizationError

AuthorizationError: "slack_bolt_authorization_error";

Defined in: src/errors.ts:24


ContextMissingPropertyError

ContextMissingPropertyError: "slack_bolt_context_missing_property_error";

Defined in: src/errors.ts:26


CustomFunctionCompleteFailError

CustomFunctionCompleteFailError: "slack_bolt_custom_function_complete_fail_error";

Defined in: src/errors.ts:49


CustomFunctionCompleteSuccessError

CustomFunctionCompleteSuccessError: "slack_bolt_custom_function_complete_success_error";

Defined in: src/errors.ts:48


CustomFunctionInitializationError

CustomFunctionInitializationError: "slack_bolt_custom_function_initialization_error";

Defined in: src/errors.ts:47


CustomRouteInitializationError

CustomRouteInitializationError: "slack_bolt_custom_route_initialization_error";

Defined in: src/errors.ts:29


HTTPReceiverDeferredRequestError

HTTPReceiverDeferredRequestError: "slack_bolt_http_receiver_deferred_request_error";

Defined in: src/errors.ts:37


InvalidCustomPropertyError

InvalidCustomPropertyError: "slack_bolt_context_invalid_custom_property_error";

Defined in: src/errors.ts:27


MultipleListenerError

MultipleListenerError: "slack_bolt_multiple_listener_error";

Defined in: src/errors.ts:35


ReceiverAuthenticityError

ReceiverAuthenticityError: "slack_bolt_receiver_authenticity_error";

Defined in: src/errors.ts:32


ReceiverInconsistentStateError

ReceiverInconsistentStateError: "slack_bolt_receiver_inconsistent_state_error";

Defined in: src/errors.ts:33


ReceiverMultipleAckError

ReceiverMultipleAckError: "slack_bolt_receiver_ack_multiple_error";

Defined in: src/errors.ts:31


RespondError

RespondError: "slack_bolt_respond_error";

Defined in: src/errors.ts:39


UnknownError

UnknownError: "slack_bolt_unknown_error";

Defined in: src/errors.ts:45

This value is used to assign to errors that occur inside the framework but do not have a code, to keep interfaces in terms of CodedError.