Record
codeowners-errors-v2-errors-item
No description available.
record codeowners-errors-v2-errors-item {
column: s32,
kind: string,
line: s32,
message: string,
path: string,
source: option<string>,
suggestion: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| column | s32 | |
| kind | string | |
| line | s32 | |
| message | string | |
| path | string | |
| source | option<string> | |
| suggestion | option<string> |