LibraryError

class LibraryError

Library errors are for errors from the library being used by elements (initializing, finalizing, settings, …)

Methods

class LibraryError
quark() int

Fields

class LibraryError
ENCODE

Used when the library generated an encoding error.

FAILED

A general error which doesn’t fit in any other category. Make sure you add a custom message to the error call.

INIT

Used when the library could not be opened.

NUM_ERRORS

The number of library error types.

SETTINGS

Used when the library doesn’t accept settings.

SHUTDOWN

Used when the library could not be closed.

TOO_LAZY

Do not use this except as a placeholder for deciding where to go while developing code.