Skip to content

Commit 57829b0

Browse files
authored
fix: add missing Provider Event Details 'error code' field (#249)
Requirement 5.1.5 speaks of a Provider Event Details `error code` field but this field was missing from the specified type. This field is required to then populate the Event Details `error code` field. Signed-off-by: Federico Bond <[email protected]>
1 parent 31da456 commit 57829b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

specification/types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ A structure defining a provider event payload, including:
146146

147147
- flags changed (string[], optional)
148148
- message (string, optional)
149+
- error code ([error code](#error-code), optional)
149150
- event metadata ([event metadata](#event-metadata))
150151

151152
### Event Details

0 commit comments

Comments
 (0)