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,
}