interface ISurveyError {
    message: string;
    stack: string;
}

Properties

Properties

message: string
stack: string

Generated using TypeDoc