ADS error

interface AdsError {
    errorCode: number;
    errorStr?: string;
}

Properties

Properties

errorCode: number

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

errorStr?: string

ADS error string