Errors: Readonly<{
    Internal: "Internal";
    InvalidInput: "InvalidInput";
    InvalidUse: "InvalidUse";
    NotAllowed: "NotAllowed";
    NotFound: "NotFound";
    NotImplemented: "NotImplemented";
    Service: "Service";
    TransientService: "TransientService";
    Unauthorized: "Unauthorized";
    Unknown: "Unknown";
}> = ...

Type declaration

  • Internal: "Internal"
  • InvalidInput: "InvalidInput"
  • InvalidUse: "InvalidUse"
  • NotAllowed: "NotAllowed"
  • NotFound: "NotFound"
  • NotImplemented: "NotImplemented"
  • Service: "Service"
  • TransientService: "TransientService"
  • Unauthorized: "Unauthorized"
  • Unknown: "Unknown"

Generated using TypeDoc