@@ -4,6 +4,7 @@ const _GN = "GetNumbers";
44const _GNR = "GetNumbersRequest" ;
55const _GNRe = "GetNumbersResponse" ;
66const _HE = "HaltError" ;
7+ const _MSLE = "MainServiceLinkedError" ;
78const _MTE = "MysteryThrottlingError" ;
89const _RE = "RetryableError" ;
910const _TE = "TradeEvents" ;
@@ -35,6 +36,7 @@ import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema }
3536import {
3637 CodedThrottlingError as __CodedThrottlingError ,
3738 HaltError as __HaltError ,
39+ MainServiceLinkedError as __MainServiceLinkedError ,
3840 MysteryThrottlingError as __MysteryThrottlingError ,
3941 RetryableError as __RetryableError ,
4042 XYZServiceServiceException as __XYZServiceServiceException ,
@@ -71,6 +73,12 @@ export var HaltError: StaticErrorSchema = [-3, n0, _HE,
7173 [ ]
7274] ;
7375TypeRegistry . for ( n0 ) . registerError ( HaltError , __HaltError ) ;
76+ export var MainServiceLinkedError : StaticErrorSchema = [ - 3 , n0 , _MSLE ,
77+ { [ _e ] : _c , [ _hE ] : 400 } ,
78+ [ ] ,
79+ [ ]
80+ ] ;
81+ TypeRegistry . for ( n0 ) . registerError ( MainServiceLinkedError , __MainServiceLinkedError ) ;
7482export var MysteryThrottlingError : StaticErrorSchema = [ - 3 , n0 , _MTE ,
7583 { [ _e ] : _c } ,
7684 [ ] ,
0 commit comments