interface ProxyMessageError {
    id: number;
    type: Error;
    error: any;
}

Hierarchy (view full)

Properties

Properties

id: number
type: Error
error: any