Skip to main content

Show Submit Error


Use Show Submit Error to display a claim submission error for the selected error value.



This screen includes:

#ElementDescription
1Event details sectionDisplays the claim event details form.
2Instruction textDisplays Provide details for your claim.
3Reason for claim fieldAccepts the claim reason.
4Required field errorDisplays This section is required when the claim reason is missing.
5Attach document actionAdds a supporting document to the claim.

Workflow

  1. Submit a claim.
  2. Validate the selected policy, appointment, and claim details.
  3. Display the submit error state when validation fails.
  4. Show the error message for the selected error value.
  5. Let the user update the claim details and submit again.

Validations

ScenarioApp behaviorSDK output
Session invalidBlock claim submissionstate = unauthenticated
Claim reason missingDisplay required field errorvalidation = reason_required
Policy no longer validDisplay policy errorerror = invalid-policy-message
Policy not foundDisplay policy not found errorerror = policy-not-found
Policy date not validDisplay policy date errorerror = policy-dates-not-valid
Appointment time in the pastDisplay appointment time errorerror = appointment-time-in-the-past
Retroactive appointment time in the futureDisplay retroactive appointment errorerror = retroactive-appointment-time-in-the-future
Request rejectedDisplay error statestatus = 405

Actions

ScenarioApp behaviorSDK output
Submit error returnedLoad submit error screenPUT /api/v3/claims/submit/error
Claim reason enteredUpdate claim reasonreason = updated
Document attachedAdd supporting documentattachment = added
Error value selectedDisplay mapped error messageerror = selected
Claim details updatedPreserve updated claim stateclaim = updated
Request rejectedPreserve current claim statestate = unchanged

Error Values

Error valueDescription
invalid-policy-messagePolicy coverage is no longer valid for claim submission.
policy-not-foundPolicy cannot be found.
policy-dates-not-validPolicy is not valid on the appointment date.
appointment-time-in-the-pastAppointment time is in the past.
retroactive-appointment-time-in-the-futureRetroactive appointment time is in the future.

Endpoint Resources

Show Submit Error

PUT 

v3/claims/submit/error

Returns the claim submit error screen for the selected error value.