Skip to main content

Error Message - 405


Use the Error Message modal to display restriction messages returned with HTTP 405 responses.

The modal blocks the current flow until the user dismisses the message.


This screen includes:

#ElementDescription
1Message areaDisplays backend-provided message text
2OK actionDismisses the modal
3Blocking overlayPrevents interaction with the underlying screen

Workflow

This flow starts when the backend returns an HTTP 405 response.

  1. Receive an HTTP 405 response.
  2. Open the Error Message modal.
  3. Render the response message.
  4. Dismiss the modal.
  5. Restore the previous screen state.

Validations

ScenarioApp BehaviorSDK Output
HTTP 405 returnedDisplay modalstate = error
Response includes message textRender messagemessage = rendered
Background interaction attemptedBlock interactionoverlay = active
OK selectedClose modalstate = dismissed

Actions

ScenarioApp BehaviorSDK Output
Restricted operation failsOpen error modalstatus = 405
OK selectedDismiss modalstate = restored

Endpoint Resources

Error Message (405)

PUT 

/error-message

Displays a blocking error modal when the backend returns an HTTP 405 response.
The modal shows a backend-defined message and requires user acknowledgment before continuing.

UI Element Types

LevelReferenceTypeValuePlacement
1error-messageRegularThe operation cannot be completed, policy not found. For more details, please contact 0
1okButtonOk