Home
last modified time | relevance | path

Searched defs:AppError (Results 1 – 25 of 111) sorted by relevance

12345

/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/
H A Dutils.go84 type AppError struct { struct
85 Id string `json:"id"`
87 DetailedError string `json:"detailed_error"` // Internal error string to help the developer
88 RequestId string `json:"request_id,omitempty"` // The RequestId that's also set in the header
89 StatusCode int `json:"status_code,omitempty"` // The http status code
91 IsOAuth bool `json:"is_oauth,omitempty"` // Whether the error is OAuth specific
92 params map[string]interface{}
95 func (er *AppError) Error() string {
99 func (er *AppError) Translate(T i18n.TranslateFunc) {
112 func (er *AppError) SystemMessage(T i18n.TranslateFunc) string {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dutils.go84 type AppError struct { struct
85 Id string `json:"id"`
87 DetailedError string `json:"detailed_error"` // Internal error string to help the developer
88 RequestId string `json:"request_id,omitempty"` // The RequestId that's also set in the header
89 StatusCode int `json:"status_code,omitempty"` // The http status code
91 IsOAuth bool `json:"is_oauth,omitempty"` // Whether the error is OAuth specific
92 params map[string]interface{}
95 func (er *AppError) Error() string {
99 func (er *AppError) Translate(T i18n.TranslateFunc) {
112 func (er *AppError) SystemMessage(T i18n.TranslateFunc) string {
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dutils.go81 type AppError struct { struct
82 Id string `json:"id"`
84 DetailedError string `json:"detailed_error"` // Internal error string to help the developer
85 RequestId string `json:"request_id,omitempty"` // The RequestId that's also set in the header
86 StatusCode int `json:"status_code,omitempty"` // The http status code
88 IsOAuth bool `json:"is_oauth,omitempty"` // Whether the error is OAuth specific
89 params map[string]interface{}
92 func (er *AppError) Error() string {
96 func (er *AppError) Translate(T goi18n.TranslateFunc) {
109 func (er *AppError) SystemMessage(T goi18n.TranslateFunc) string {
[all …]
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dutils.go85 type AppError struct { struct
86 Id string `json:"id"`
88 DetailedError string `json:"detailed_error"` // Internal error string to help the developer
89 RequestId string `json:"request_id,omitempty"` // The RequestId that's also set in the header
90 StatusCode int `json:"status_code,omitempty"` // The http status code
92 IsOAuth bool `json:"is_oauth,omitempty"` // Whether the error is OAuth specific
93 params map[string]interface{}
96 func (er *AppError) Error() string {
100 func (er *AppError) Translate(T i18n.TranslateFunc) {
113 func (er *AppError) SystemMessage(T i18n.TranslateFunc) string {
[all …]
/dports/www/py-autobahn/autobahn-python-19.5.1/autobahn/wamp/test/
H A Dtest_uri_pattern.py245 class AppError(Exception): class
339 class AppError(Exception): class
487 class AppError(Exception): class
514 class AppError(Exception): class
531 class AppError(Exception): class
555 class AppError(Exception): class
/dports/math/vtk6/VTK-6.2.0/ThirdParty/AutobahnPython/autobahn/wamp/test/
H A Dtest_uri_pattern.py186 class AppError(Exception): class
283 class AppError(Exception): class
456 class AppError(Exception): class
485 class AppError(Exception): class
503 class AppError(Exception): class
529 class AppError(Exception): class
/dports/www/mattermost-server/mattermost-server-6.0.2/utils/
H A Dapi.go44 …rror(config *model.Config, w http.ResponseWriter, r *http.Request, err *model.AppError, s crypto.S…
103 func RenderMobileError(config *model.Config, w http.ResponseWriter, err *model.AppError, redirectUR…
/dports/net-mgmt/tcptrack/tcptrack-1.4.2/src/
H A DAppError.h13 AppError() { } in AppError() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-http3/src/
H A Dserver_connection_events.rs55 fn reset(&self, _stream_id: u64, _error: AppError, _local: bool) {} in reset()
65 fn stop_sending(&self, _stream_id: u64, _app_err: AppError) {} in stop_sending()
H A Dclient_events.rs103 fn reset(&self, stream_id: u64, error: AppError, local: bool) { in reset()
134 fn stop_sending(&self, stream_id: u64, error: AppError) { in stop_sending()
155 pub fn push_reset(&self, push_id: u64, error: AppError) { in push_reset()
H A Dqpack_decoder_receiver.rs28 fn stream_reset(&mut self, _error: AppError, _reset_type: ResetType) -> Res<()> { in stream_reset()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-http3/src/
H A Dserver_connection_events.rs55 fn reset(&self, _stream_id: u64, _error: AppError, _local: bool) {} in reset()
65 fn stop_sending(&self, _stream_id: u64, _app_err: AppError) {} in stop_sending()
H A Dclient_events.rs103 fn reset(&self, stream_id: u64, error: AppError, local: bool) { in reset()
134 fn stop_sending(&self, stream_id: u64, error: AppError) { in stop_sending()
155 pub fn push_reset(&self, push_id: u64, error: AppError) { in push_reset()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-http3/src/
H A Dconnection_server.rs52 app_error: AppError, in stream_reset()
184 app_err: AppError, in handle_stream_stop_sending()
H A Dclient_events.rs59 pub fn stop_sending(&self, stream_id: u64, error: AppError) { in stop_sending()
115 pub fn reset(&self, stream_id: u64, error: AppError) { in reset()
/dports/www/mattermost-server/mattermost-server-6.0.2/wsapi/
H A Dwebsocket_handler.go15 …ketHandler(wh func(*model.WebSocketRequest) (map[string]interface{}, *model.AppError)) webSocketHa…
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dimport_test.go61 func checkError(t *testing.T, err *model.AppError) {
65 func checkNoError(t *testing.T, err *model.AppError) {
H A Dwebsocket_router.go95 func returnWebSocketError(app *App, conn *WebConn, r *model.WebSocketRequest, err *model.AppError) {
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-transport/src/
H A Devents.rs73 pub fn recv_stream_reset(&self, stream_id: StreamId, app_error: AppError) { in recv_stream_reset()
89 pub fn send_stream_stop_sending(&self, stream_id: StreamId, app_error: AppError) { in send_stream_stop_sending()
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-http3/src/
H A Dconnection_server.rs107 error: AppError, in cancel_fetch()
118 error: AppError, in stream_stop_sending()
130 error: AppError, in stream_reset_send()
/dports/devel/py-raven/raven-python-6.10.0/tests/contrib/django/
H A Dviews.py10 class AppError(Exception): class
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/macos/
H A DFBMainThread.mm198 int AppError(char* szText, int bWarning) function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-transport/src/
H A Devents.rs92 pub fn recv_stream_reset(&self, stream_id: StreamId, app_error: AppError) { in recv_stream_reset()
106 pub fn send_stream_stop_sending(&self, stream_id: StreamId, app_error: AppError) { in send_stream_stop_sending()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-transport/src/
H A Devents.rs92 pub fn recv_stream_reset(&self, stream_id: StreamId, app_error: AppError) { in recv_stream_reset()
106 pub fn send_stream_stop_sending(&self, stream_id: StreamId, app_error: AppError) { in send_stream_stop_sending()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/psp/
H A Ddrv.cpp178 int AppError(TCHAR* szText, int bWarning) in AppError() function

12345