Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add information about trailing slashes errors

...

TypeTitleHTTP status codeDescription
FLOW_ENDEDFlow has ended500The application flow has ended.
UNKNOWN_SESSIONUnknown session500The requested session is not found or expired.
NOT_FOUNDNot found404

The request can't be handled because the target is not found.

One known cause is trailing slashes, these are not allowed.

EXCEPTIONException500An unexpected exception occured.

The message property is variable depending on the type of error. Stacktraces are only shown when the application runs in development mode.