Class ServerApiIdRequired

Indicates that a method/an endpoint was called which requires a server API ID. However, the request to the method did not contain a server API ID and the client did not have a default server API ID set. Re-call the method with either a client which has a default server API ID set or provide on in the request parameter of the method.

Hierarchy

  • Error

    Hierarchy

    • ServerApiIdRequired

Constructors

Properties

message: string
name: string
stack?: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc