Struct lldb::SBError [] [src]

pub struct SBError {
    pub raw: SBErrorRef,
}

A container for holding any error code.

Fields

The underlying raw SBErrorRef.

Methods

impl SBError
[src]

[src]

Construct a new SBError.

[src]

Construct a new SBError.

[src]

Construct a new Some(SBError) or None.

[src]

Check whether or not this is a valid SBError value.

[src]

Any textual error message associated with the error.

[src]

Does this error represent a failure?

[src]

Does this error represent a success?

[src]

The underlying error code. Must be interpreted in conjunction with the error type.

[src]

What type of error is this?

Trait Implementations

impl Default for SBError
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for SBError
[src]

[src]

Formats the value using the given formatter.

impl Drop for SBError
[src]

[src]

Executes the destructor for this type. Read more