pub type TransferRingControllerError = Error;

Aliased Type§

enum TransferRingControllerError {
    AddEvent(Error),
    CreateEvent(Error),
}

Variants§

§

AddEvent(Error)

§

CreateEvent(Error)