API Reference > presentation-common > Core > PresentationStatus PresentationStatus Enumeration Status codes used by Presentation APIs. Members Name Value Description Success 0 Success result. Canceled 1 Request was cancelled. Error 65536 Error: Unknown NotInitialized 65537 Error: Backend is not initialized. UseAfterDisposal 65538 Error: Attempting to use something after disposal. InvalidArgument 65539 Error: Argument is invalid. InvalidResponse 65540 Error: Received invalid response. NoContent 65541 Error: Requested content when there is none. BackendOutOfSync 65542 Error: Backend needs to be synced with client state. BackendTimeout 65543 Timeout for the request was reached which prevented it from being fulfilled. Frontend mayrepeat the request. Defined in presentation/common/src/presentation-common/Error.ts Line 15 Last Updated: 11 June, 2024