File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 */
1515
1616return [
17- 'Cast. jsonErrorDepth ' => 'Maximum stack depth exceeded ' ,
18- 'Cast. jsonErrorStateMismatch ' => 'Underflow or the modes mismatch ' ,
19- 'Cast. jsonErrorCtrlChar ' => 'Unexpected control character found ' ,
20- 'Cast. jsonErrorSyntax ' => 'Syntax error, malformed JSON ' ,
21- 'Cast. jsonErrorUtf8 ' => 'Malformed UTF-8 characters, possibly incorrectly encoded ' ,
22- 'Cast. jsonErrorUnknown ' => 'Unknown error '
17+ 'jsonErrorDepth ' => 'Maximum stack depth exceeded ' ,
18+ 'jsonErrorStateMismatch ' => 'Underflow or the modes mismatch ' ,
19+ 'jsonErrorCtrlChar ' => 'Unexpected control character found ' ,
20+ 'jsonErrorSyntax ' => 'Syntax error, malformed JSON ' ,
21+ 'jsonErrorUtf8 ' => 'Malformed UTF-8 characters, possibly incorrectly encoded ' ,
22+ 'jsonErrorUnknown ' => 'Unknown error '
2323];
You can’t perform that action at this time.
0 commit comments