Module: Gst::ResourceError

Defined in:
(unknown)

Constant Summary collapse

FAILED =

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

1 or :failed
TOO_LAZY =

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

2 or :too_lazy
NOT_FOUND =

used when the resource could not be found.

3 or :not_found
BUSY =

used when resource is busy.

4 or :busy
OPEN_READ =

used when resource fails to open for reading.

5 or :open_read
OPEN_WRITE =

used when resource fails to open for writing.

6 or :open_write
OPEN_READ_WRITE =

used when resource cannot be opened for both reading and writing, or either (but unspecified which).

7 or :open_read_write
CLOSE =

used when the resource can't be closed.

8 or :close
READ =

used when the resource can't be read from.

9 or :read
WRITE =

used when the resource can't be written to.

10 or :write
SEEK =

used when a seek on the resource fails.

11 or :seek
SYNC =

used when a synchronize on the resource fails.

12 or :sync
SETTINGS =

used when settings can't be manipulated on.

13 or :settings
NO_SPACE_LEFT =

used when the resource has no space left.

14 or :no_space_left
NOT_AUTHORIZED =

used when the resource can't be opened due to missing authorization. (Since: 1.2.4)

15 or :not_authorized
NUM_ERRORS =

the number of resource error types.

16 or :num_errors