NATS Error

interface NatsError {
    code?: string;
}

Hierarchy

  • Error
    • NatsError

Properties

Properties

code?: string