Enum gdnative_visual_script::common::GodotError[]

#[repr(u32)]
pub enum GodotError { Failed, Unavailable, Unconfigured, Unothorized, PrameterRange, OutOfMemory, FileNotFound, FileBadDrive, FileBadPath, FileNoPermission, FileAlreadyInUse, FileCantOpen, FileCantWrite, FileCantRead, FileUnrecognized, FileCorrupt, FileMissingDependency, FileEof, CantOpen, CantCreate, QueryFailed, AlreadyInUse, Locked, TimeOut, CantConnect, CantResolve, ConnectionError, CantAcquireResource, CantFork, InvalidData, InvalidParameter, AlreadyExists, DoesNotExist, DatabaseCantRead, DatabaseCantWrite, CompilationFailed, MethodNotFound, LinkFailed, ScriptFailed, CyclicLink, InvalidDeclaration, DuplicateSymbol, ParseError, Busy, Skip, Help, Bug, PrinterOnFire, }

Variants

Trait Implementations

impl Clone for GodotError

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GodotError

Formats the value using the given formatter. Read more

impl Copy for GodotError

impl Eq for GodotError

impl PartialEq<GodotError> for GodotError

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for GodotError

impl Sync for GodotError