Type alias OperationNotPermittedDetails

OperationNotPermittedDetails: {
    address?: Type;
    index: number;
    reason?: string;
}

Details for a reject reason where the operation is recognized but not permitted under the current state or policy (e.g., paused, allow/deny list).

See CIS-7: reject-reasons/operationNotPermitted

Type declaration

  • Optional address?: Type

    (Optionally) the address that does not have the necessary permissions to perform the operation.

  • index: number

    The index in the list of operations of the failing operation.

  • Optional reason?: string

    The reason why the operation is not permitted.

Generated using TypeDoc