INVALID_EXECUTION_CONTEXT constant

RequestErrorCode const INVALID_EXECUTION_CONTEXT

The context root used to create an execution context does not exist.

Implementation

static const RequestErrorCode INVALID_EXECUTION_CONTEXT =
    RequestErrorCode._('INVALID_EXECUTION_CONTEXT');