Trait multiversx_sc::api::ErrorApi
source · pub trait ErrorApi: HandleTypeInfo {
type ErrorApiImpl: ErrorApiImpl + HandleTypeInfo<ManagedBufferHandle = Self::ManagedBufferHandle, BigIntHandle = Self::BigIntHandle, BigFloatHandle = Self::BigFloatHandle, EllipticCurveHandle = Self::EllipticCurveHandle>;
// Required method
fn error_api_impl() -> Self::ErrorApiImpl;
}