Enum chakracore_sys::_JsErrorCode
[−]
[src]
#[repr(u32)]pub enum _JsErrorCode { NoError, CategoryUsage, InvalidArgument, NullArgument, NoCurrentContext, InExceptionState, NotImplemented, WrongThread, RuntimeInUse, BadSerializedScript, InDisabledState, CannotDisableExecution, HeapEnumInProgress, ArgumentNotObject, InProfileCallback, InThreadServiceCallback, CannotSerializeDebugScript, AlreadyDebuggingContext, AlreadyProfilingContext, IdleNotEnabled, CannotSetProjectionEnqueueCallback, CannotStartProjection, InObjectBeforeCollectCallback, ObjectNotInspectable, PropertyNotSymbol, PropertyNotString, InvalidContext, InvalidModuleHostInfoKind, ModuleParsed, ModuleEvaluated, CategoryEngine, OutOfMemory, BadFPUState, CategoryScript, ScriptException, ScriptCompile, ScriptTerminated, ScriptEvalDisabled, CategoryFatal, Fatal, WrongRuntime, CategoryDiagError, DiagAlreadyInDebugMode, DiagNotInDebugMode, DiagNotAtBreak, DiagInvalidHandle, DiagObjectNotFound, DiagUnableToPerformAction, }
Variants
NoErrorCategoryUsageInvalidArgumentNullArgumentNoCurrentContextInExceptionStateNotImplementedWrongThreadRuntimeInUseBadSerializedScriptInDisabledStateCannotDisableExecutionHeapEnumInProgressArgumentNotObjectInProfileCallbackInThreadServiceCallbackCannotSerializeDebugScriptAlreadyDebuggingContextAlreadyProfilingContextIdleNotEnabledCannotSetProjectionEnqueueCallbackCannotStartProjectionInObjectBeforeCollectCallbackObjectNotInspectablePropertyNotSymbolPropertyNotStringInvalidContextInvalidModuleHostInfoKindModuleParsedModuleEvaluatedCategoryEngineOutOfMemoryBadFPUStateCategoryScriptScriptExceptionScriptCompileScriptTerminatedScriptEvalDisabledCategoryFatalFatalWrongRuntimeCategoryDiagErrorDiagAlreadyInDebugModeDiagNotInDebugModeDiagNotAtBreakDiagInvalidHandleDiagObjectNotFoundDiagUnableToPerformActionTrait Implementations
impl Debug for _JsErrorCode[src]
impl Copy for _JsErrorCode[src]
impl Clone for _JsErrorCode[src]
fn clone(&self) -> _JsErrorCode
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for _JsErrorCode[src]
fn eq(&self, __arg_0: &_JsErrorCode) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.