Class: Error
classDiagram
class Error
click Error href "../Error/"
Error : code
Error : message
Attributes
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| code | 0..1 string |
direct | |
| message | 0..1 string |
direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Status | error | range | Error |
| ComponentStatus | error | range | Error |
This section is only relevant for contributors of the specification
LinkML Source
Direct
Details
name: Error
from_schema: https://specification.margo.org/data-model
attributes:
code:
name: code
from_schema: https://specification.margo.org/deployment-status
domain_of:
- Error
range: string
message:
name: message
from_schema: https://specification.margo.org/deployment-status
domain_of:
- Error
range: string
Induced
Details
name: Error
from_schema: https://specification.margo.org/data-model
attributes:
code:
name: code
from_schema: https://specification.margo.org/deployment-status
alias: code
owner: Error
domain_of:
- Error
range: string
message:
name: message
from_schema: https://specification.margo.org/deployment-status
alias: message
owner: Error
domain_of:
- Error
range: string