jooby-codec
    Preparing search index...
    interface IErrorResponseParameters {
        commandId: TUint8;
        commandName?: string;
        errorCode: TUint8;
        errorName?: string;
    }
    Index

    Properties

    commandId: TUint8

    Downlink command id.

    7 (GetDateTime)
    
    commandName?: string
    errorCode: TUint8

    Error code from the list of available codes.

    errorName?: string