libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
PositionError
libwasm
bindings
PositionError
Undocumented in source.
@
safe
nothrow
struct
PositionError {
nothrow
JsHandle
handle
;
this
(Handle h);
nothrow
enum
ushort
PERMISSION_DENIED
;
nothrow
enum
ushort
POSITION_UNAVAILABLE
;
nothrow
enum
ushort
TIMEOUT
;
ushort
code
();
string
message
();
}
Constructors
this
this
(Handle h)
Undocumented in source.
Alias This
handle
Members
Functions
code
ushort
code
()
Undocumented in source. Be warned that the author may not have intended to support it.
message
string
message
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
PERMISSION_DENIED
enum
ushort
PERMISSION_DENIED
;
Undocumented in source.
POSITION_UNAVAILABLE
enum
ushort
POSITION_UNAVAILABLE
;
Undocumented in source.
TIMEOUT
enum
ushort
TIMEOUT
;
Undocumented in source.
handle
JsHandle
handle
;
Undocumented in source.
Meta
Source
See Implementation
libwasm
bindings
PositionError
structs
PositionError