Hierarchy

  • IMessageBodyBase
    • IReject

Properties

Properties

content: {
    message?: string;
    name?: string;
}

Type declaration

  • Optional message?: string

    Optional human-readable description of the rejection.

  • Optional name?: string

    Optional machine-readable type of the rejection.

type: "reject"