Return value of writeRawMulti()

interface WriteRawMultiResult {
    command: WriteRawMultiCommand;
    error: boolean;
    errorCode: number;
    errorStr?: string;
    success: boolean;
}

Hierarchy (view full)

Properties

Command

error: boolean

True if response has error (ADS or our own customer error)

errorCode: number

ADS error code (0 = no error, -1 = other than ADS error)

errorStr?: string

ADS error string

success: boolean

True if writing was successful