Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Error

An error type that can be raised when invoking oracles. The internal structure of this type is opaque, but it can be displayed and (de)serialized.

Fully qualified path: oracle::Error

[derive(Drop, Clone, PartialEq, Serde)]
pub struct Error {
    message: ByteArray,
}