ErrorOutput

interface ErrorOutput {
    code: string;
    details: string;
    message: string;
}

Properties

Properties

code: string

ErrorOutput

details: string

ErrorOutput

message: string

ErrorOutput