Skip to content

Commit f0df978

Browse files
committed
Fix domain of processing errors.
1 parent 9d7ddc8 commit f0df978

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

vocab/security/vocabulary.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ class:
5858
upper_value: sec:Proof
5959
defined_by: https://www.w3.org/TR/vc-di-eddsa/#ed25519signature2020
6060

61-
- id: Errors
62-
label: Processing errors
61+
- id: ProcessingError
62+
label: Processing error
6363
defined_by: https://www.w3.org/TR/vc-di-eddsa/#errors
6464

6565

@@ -358,42 +358,42 @@ property:
358358

359359
individual:
360360
- id: PROOF_GENERATION_ERROR
361-
upper_value: sec:Errors
361+
upper_value: sec:ProcessingError
362362
label: Proof generation error
363363
defined_by: https://www.w3.org/TR/vc-data-integrity/#PROOF_GENERATION_ERROR
364364
- id: MALFORMED_PROOF_ERROR
365-
upper_value: sec:Errors
365+
upper_value: sec:ProcessingError
366366
label: Malformed proof
367367
defined_by: https://www.w3.org/TR/vc-data-integrity/#MALFORMED_PROOF_ERROR
368368
- id: MISMATCHED_PROOF_PURPOSE_ERROR
369-
upper_value: sec:Errors
369+
upper_value: sec:ProcessingError
370370
label: Mismatched proof purpose
371371
defined_by: https://www.w3.org/TR/vc-data-integrity/#MISMATCHED_PROOF_PURPOSE_ERROR
372372
- id: INVALID_DOMAIN_ERROR
373-
upper_value: sec:Errors
373+
upper_value: sec:ProcessingError
374374
label: Invalid proof domain
375375
defined_by: https://www.w3.org/TR/vc-data-integrity/#INVALID_DOMAIN_ERROR
376376
- id: INVALID_CHALLENGE_ERROR
377-
upper_value: sec:Errors
377+
upper_value: sec:ProcessingError
378378
label: Invalid challenge
379379
defined_by: https://www.w3.org/TR/vc-data-integrity/#INVALID_CHALLENGE_ERROR
380380
- id: INVALID_VERIFICATION_METHOD_URL
381-
upper_value: sec:Errors
381+
upper_value: sec:ProcessingError
382382
label: Invalid verification method URL
383383
defined_by: https://www.w3.org/TR/vc-data-integrity/#INVALID_VERIFICATION_METHOD_URL
384384
- id: INVALID_CONTROLLER_DOCUMENT_ID
385-
upper_value: sec:Errors
385+
upper_value: sec:ProcessingError
386386
label: Invalid controller document id
387387
defined_by: https://www.w3.org/TR/vc-data-integrity/#INVALID_CONTROLLER_DOCUMENT_ID
388388
- id: INVALID_CONTROLLER_DOCUMENT
389-
upper_value: sec:Errors
389+
upper_value: sec:ProcessingError
390390
label: Invalid controller document
391391
defined_by: https://www.w3.org/TR/vc-data-integrity/#INVALID_CONTROLLER_DOCUMENT
392392
- id: INVALID_VERIFICATION_METHOD
393-
upper_value: sec:Errors
393+
upper_value: sec:ProcessingError
394394
label: Invalid verification method
395395
defined_by: https://www.w3.org/TR/vc-data-integrity/#INVALID_VERIFICATION_METHOD
396396
- id: INVALID_PROOF_PURPOSE_FOR_VERIFICATION_METHOD
397-
upper_value: sec:Errors
397+
upper_value: sec:ProcessingError
398398
label: Invalid proof purpose for verification method
399399
defined_by: https://www.w3.org/TR/vc-data-integrity/#INVALID_PROOF_PURPOSE_FOR_VERIFICATION_METHOD

0 commit comments

Comments
 (0)