@sankhyalabs/core-docs 4.4.5 → 4.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -51,7 +51,7 @@ Error.constructor
|
|
51
51
|
|
52
52
|
#### Defined in
|
53
53
|
|
54
|
-
src/exceptions/ErrorException.ts:
|
54
|
+
src/exceptions/ErrorException.ts:18
|
55
55
|
|
56
56
|
## Properties
|
57
57
|
|
@@ -77,7 +77,7 @@ Código do erro, indica o erro disparado pelo backend.
|
|
77
77
|
|
78
78
|
#### Defined in
|
79
79
|
|
80
|
-
src/exceptions/ErrorException.ts:
|
80
|
+
src/exceptions/ErrorException.ts:16
|
81
81
|
|
82
82
|
___
|
83
83
|
|
@@ -93,7 +93,7 @@ Error.message
|
|
93
93
|
|
94
94
|
#### Defined in
|
95
95
|
|
96
|
-
src/exceptions/ErrorException.ts:
|
96
|
+
src/exceptions/ErrorException.ts:13
|
97
97
|
|
98
98
|
___
|
99
99
|
|
@@ -101,13 +101,15 @@ ___
|
|
101
101
|
|
102
102
|
• **name**: `string`
|
103
103
|
|
104
|
-
|
104
|
+
Nome da exceção.
|
105
|
+
|
106
|
+
#### Overrides
|
105
107
|
|
106
108
|
Error.name
|
107
109
|
|
108
110
|
#### Defined in
|
109
111
|
|
110
|
-
|
112
|
+
src/exceptions/ErrorException.ts:7
|
111
113
|
|
112
114
|
___
|
113
115
|
|
@@ -133,7 +135,7 @@ Titulo do erro.
|
|
133
135
|
|
134
136
|
#### Defined in
|
135
137
|
|
136
|
-
src/exceptions/ErrorException.ts:
|
138
|
+
src/exceptions/ErrorException.ts:10
|
137
139
|
|
138
140
|
___
|
139
141
|
|
@@ -49,7 +49,7 @@ Error.constructor
|
|
49
49
|
|
50
50
|
#### Defined in
|
51
51
|
|
52
|
-
src/exceptions/WaitingChangeException.ts:
|
52
|
+
src/exceptions/WaitingChangeException.ts:15
|
53
53
|
|
54
54
|
## Properties
|
55
55
|
|
@@ -79,7 +79,7 @@ Error.message
|
|
79
79
|
|
80
80
|
#### Defined in
|
81
81
|
|
82
|
-
src/exceptions/WaitingChangeException.ts:
|
82
|
+
src/exceptions/WaitingChangeException.ts:13
|
83
83
|
|
84
84
|
___
|
85
85
|
|
@@ -87,13 +87,15 @@ ___
|
|
87
87
|
|
88
88
|
• **name**: `string`
|
89
89
|
|
90
|
-
|
90
|
+
Nome da exceção.
|
91
|
+
|
92
|
+
#### Overrides
|
91
93
|
|
92
94
|
Error.name
|
93
95
|
|
94
96
|
#### Defined in
|
95
97
|
|
96
|
-
|
98
|
+
src/exceptions/WaitingChangeException.ts:7
|
97
99
|
|
98
100
|
___
|
99
101
|
|
@@ -119,7 +121,7 @@ Titulo do erro.
|
|
119
121
|
|
120
122
|
#### Defined in
|
121
123
|
|
122
|
-
src/exceptions/WaitingChangeException.ts:
|
124
|
+
src/exceptions/WaitingChangeException.ts:10
|
123
125
|
|
124
126
|
___
|
125
127
|
|
@@ -51,7 +51,7 @@ Error.constructor
|
|
51
51
|
|
52
52
|
#### Defined in
|
53
53
|
|
54
|
-
src/exceptions/WarningException.ts:
|
54
|
+
src/exceptions/WarningException.ts:18
|
55
55
|
|
56
56
|
## Properties
|
57
57
|
|
@@ -77,7 +77,7 @@ Código do alerta, indica o alerta disparado pelo backend.
|
|
77
77
|
|
78
78
|
#### Defined in
|
79
79
|
|
80
|
-
src/exceptions/WarningException.ts:
|
80
|
+
src/exceptions/WarningException.ts:16
|
81
81
|
|
82
82
|
___
|
83
83
|
|
@@ -93,7 +93,7 @@ Error.message
|
|
93
93
|
|
94
94
|
#### Defined in
|
95
95
|
|
96
|
-
src/exceptions/WarningException.ts:
|
96
|
+
src/exceptions/WarningException.ts:13
|
97
97
|
|
98
98
|
___
|
99
99
|
|
@@ -101,13 +101,15 @@ ___
|
|
101
101
|
|
102
102
|
• **name**: `string`
|
103
103
|
|
104
|
-
|
104
|
+
Nome da exceção.
|
105
|
+
|
106
|
+
#### Overrides
|
105
107
|
|
106
108
|
Error.name
|
107
109
|
|
108
110
|
#### Defined in
|
109
111
|
|
110
|
-
|
112
|
+
src/exceptions/WarningException.ts:7
|
111
113
|
|
112
114
|
___
|
113
115
|
|
@@ -133,7 +135,7 @@ Titulo do alerta.
|
|
133
135
|
|
134
136
|
#### Defined in
|
135
137
|
|
136
|
-
src/exceptions/WarningException.ts:
|
138
|
+
src/exceptions/WarningException.ts:10
|
137
139
|
|
138
140
|
___
|
139
141
|
|