ErrorCode
[Source]
Constructors
create
[Source]
new val create()
: ErrorCode val^
Returns
Public Functions
parse_error
[Source]
fun box parse_error()
: I128 val
Returns
invalid_request
[Source]
fun box invalid_request()
: I128 val
Returns
method_not_found
[Source]
fun box method_not_found()
: I128 val
Returns
invalid_params
[Source]
fun box invalid_params()
: I128 val
Returns
internal_error
[Source]
fun box internal_error()
: I128 val
Returns
server_not_initialized
[Source]
fun box server_not_initialized()
: I128 val
Returns
unknown_error_code
[Source]
fun box unknown_error_code()
: I128 val
Returns
request_failed
[Source]
fun box request_failed()
: I128 val
Returns
server_cancelled
[Source]
fun box server_cancelled()
: I128 val
Returns
content_modified
[Source]
fun box content_modified()
: I128 val
Returns
request_cancelled
[Source]
fun box request_cancelled()
: I128 val
Returns
eq
[Source]
fun box eq(
that: ErrorCode val)
: Bool val
Parameters
Returns
ne
[Source]
fun box ne(
that: ErrorCode val)
: Bool val
Parameters
Returns