Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ClientErrorCodes

Index

Enumeration members

GenericCommunicationError

GenericCommunicationError:

This can be used if the client app wants to reject an api call from the parent.

InternalError

InternalError: = 500

This code should be used if some internal error occurred on the server side.

NotAuthorizedError

NotAuthorizedError: = 403

This code should be used if SPA receives 403 HTTP error while attempting to access the server side.

PageNotFoundError

PageNotFoundError: = 404

This code should be used If the appPath provided through navigate call is impossible to recognise.

UnableToConnectToServerError

UnableToConnectToServerError:

This code should be used if SPA receives 500 (or similar) HTTP errors while attempting to access the server side.

UnknownError

UnknownError: = 0

This code should be used if it’s impossible to determine an error. The navapp shows something like “Something went wrong” without additional description in that case.