Package version:

Common error representation.

interface ErrorModel {
    error?: ErrorError;
}

Hierarchy (view full)

Properties

Properties

error?: ErrorError

Error definition properties.

Generated using TypeDoc