interface RawDescartesResponseWithErrors {
    errorList: RawDescartesError[];
}

Properties

Properties

errorList: RawDescartesError[]