Governed asset registry slice with asset creation, representations, metadata, lifecycle transitions, policy authorization, fail-closed denial, audit events, and version records
This commit is contained in:
parent
d7e38606d2
commit
bf59087073
22 changed files with 1259 additions and 6 deletions
|
|
@ -54,6 +54,9 @@ class ValidationError(KontextualError):
|
|||
code = "kontextual.validation"
|
||||
|
||||
|
||||
class AuthorizationError(KontextualError):
|
||||
code = "kontextual.authorization"
|
||||
|
||||
|
||||
class AdapterUnavailableError(KontextualError):
|
||||
code = "kontextual.adapter_unavailable"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue