interface IWarningObject {
    code: string;
    message: string;
}

Hierarchy (View Summary)

Properties

Properties

code: string

Identifier for the type of warning.

message: string

Contains information about the returned response.