You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -100,6 +101,9 @@ This array contains a list of [system codes](https://biz-ops.in.ft.com/list/Syst
100
101
101
102
This is an error instance extracted from the `error.cause` property, which is serialized before being assigned. It defaults to `null`.
102
103
104
+
#### `SerializedError.errors`
105
+
This is an array of error instances extracted from the `error.errors` property (e.g. from an [AggregateError](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError)). The errors are serialized before being assigned.
106
+
103
107
#### `SerializedError.stack`
104
108
105
109
This is extracted from the `error.stack` property. If this property is not a string, then it will default to `null`.
0 commit comments