interface OperationMessage {
    message: string;
    statusCode: number;
}

Properties

Properties

message: string

The human-readable message that describes the result.

statusCode: number

The status code of the response.