DelegateErrorReason

Git Source

enum DelegateErrorReason {
    TRANSFER_FAILURE,
    INVALID_PERCENTAGE,
    ALREADY_DEPOSITED_FUNDS
}