Home
last modified time | relevance | path

Searched refs:ValidationError (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/npm/node_modules/sigstore/dist/
Derror.js3 exports.InternalError = exports.PolicyError = exports.ValidationError = exports.VerificationError =…
30 class ValidationError extends BaseError { class
32 exports.ValidationError = ValidationError;
Derror.d.ts7 export declare class ValidationError extends BaseError {
Dsigstore.js26 … = exports.tuf = exports.utils = exports.VerificationError = exports.ValidationError = exports.Pol…
142 …ts, "ValidationError", { enumerable: true, get: function () { return error_1.ValidationError; } });
Dsigstore.d.ts18 export { InternalError, PolicyError, ValidationError, VerificationError, } from './error';
/third_party/python/Lib/test/test_peg_generator/
Dtest_grammar_validator.py7 from pegen.validator import SubRuleValidator, ValidationError
34 with self.assertRaises(ValidationError):
49 with self.assertRaises(ValidationError):
/third_party/python/Tools/peg_generator/pegen/
Dvalidator.py21 class ValidationError(Exception): class
44 raise ValidationError(
/third_party/node/deps/npm/node_modules/sigstore/dist/types/sigstore/
Dvalidate.js85 … throw new error_1.ValidationError(`invalid/missing bundle values: ${invalidValues.join(', ')}`);
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUDevice.cpp60 class ValidationError : public interop::GPUValidationError { class
62 ValidationError(std::string message) : message_(std::move(message)) { in ValidationError() function in wgpu::binding::__anon592376dd0111::ValidationError
475 interop::GPUValidationError::Create<ValidationError>(env, message)); in popErrorScope()
/third_party/mbedtls/scripts/
Dgenerate_driver_wrappers.py100 except jsonschema.exceptions.ValidationError as err: