Enum gdnative_core::GodotError[][src]

#[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 Copy for GodotError
[src]

impl Clone for GodotError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GodotError
[src]

Formats the value using the given formatter. Read more

impl PartialEq for GodotError
[src]

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

This method tests for !=.

impl Eq for GodotError
[src]

Auto Trait Implementations

impl Send for GodotError

impl Sync for GodotError