Error result from a failed lookup operation.

interface LookupError {
    error: Error;
}

Properties

Properties

error: Error