Home
last modified time | relevance | path

Searched defs:RuntimeError (Results 1 – 25 of 648) sorted by relevance

12345678910>>...26

/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/grpc-ecosystem/grpc-gateway/examples/internal/clients/abe/
H A Dmodel_runtime_error.go13 type RuntimeError struct { struct
14 Error_ string `json:"error,omitempty"`
15 Code int32 `json:"code,omitempty"`
16 Message string `json:"message,omitempty"`
17 Details []ProtobufAny `json:"details,omitempty"`
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/grpc-ecosystem/grpc-gateway/examples/internal/clients/echo/
H A Dmodel_runtime_error.go12 type RuntimeError struct { struct
13 Error_ string `json:"error,omitempty"`
14 Code int32 `json:"code,omitempty"`
15 Message string `json:"message,omitempty"`
16 Details []ProtobufAny `json:"details,omitempty"`
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/grpc-ecosystem/grpc-gateway/examples/internal/clients/generateunboundmethods/
H A Dmodel_runtime_error.go12 type RuntimeError struct { struct
13 Error_ string `json:"error,omitempty"`
14 Code int32 `json:"code,omitempty"`
15 Message string `json:"message,omitempty"`
16 Details []ProtobufAny `json:"details,omitempty"`
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/grpc-ecosystem/grpc-gateway/examples/internal/clients/responsebody/
H A Dmodel_runtime_error.go12 type RuntimeError struct { struct
13 Error_ string `json:"error,omitempty"`
14 Code int32 `json:"code,omitempty"`
15 Message string `json:"message,omitempty"`
16 Details []ProtobufAny `json:"details,omitempty"`
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/grpc-ecosystem/grpc-gateway/examples/internal/clients/unannotatedecho/
H A Dmodel_runtime_error.go12 type RuntimeError struct { struct
13 Error_ string `json:"error,omitempty"`
14 Code int32 `json:"code,omitempty"`
15 Message string `json:"message,omitempty"`
16 Details []ProtobufAny `json:"details,omitempty"`
/dports/math/geogram/geogram-1.7.7/src/bin/fpg/FPG/
H A DError.h44 struct RuntimeError: public Error { struct
45 RuntimeError( const std::string& s , const Location& location ) : Error(s, location) {} in RuntimeError() function
46 RuntimeError( const std::string& s ) : Error(s) {} in RuntimeError() argument
47 RuntimeError() : Error( "runtime error: ") {} in RuntimeError() argument
/dports/shells/ion/calc-afba9c5d184ddb9db5e4e71dc357da0499e212cf/src/
H A Dbin.rs19 pub enum RuntimeError { enum
24 impl From<CalcError> for RuntimeError { implementation
25 fn from(data: CalcError) -> RuntimeError { in from()
30 impl From<io::Error> for RuntimeError { implementation
31 fn from(data: io::Error) -> RuntimeError { in from()
36 impl fmt::Display for RuntimeError { implementation
/dports/databases/xapian-bindings12/xapian-bindings-1.2.25/java/org/xapian/errors/
H A DRuntimeError.java32 public class RuntimeError extends XapianError { class
33 public RuntimeError(String s) { in RuntimeError() method in RuntimeError
37 public RuntimeError() { in RuntimeError() method in RuntimeError
/dports/devel/jsonnet/jsonnet-0.17.0/core/
H A Dvm.h38 struct RuntimeError { struct
41 RuntimeError(const std::vector<TraceFrame> stack_trace, const std::string &msg) in RuntimeError() argument
/dports/devel/py-jsonnet/jsonnet-0.17.0/core/
H A Dvm.h38 struct RuntimeError { struct
41 RuntimeError(const std::vector<TraceFrame> stack_trace, const std::string &msg) in RuntimeError() function
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/google/go-jsonnet/
H A Druntime_error.go22 type RuntimeError struct { struct
23 StackTrace []traceFrame
24 Msg string
34 func (err RuntimeError) Error() string {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/
H A Derror.go17 RuntimeError() methodSpec
28 func (*TypeAssertionError) RuntimeError() {} func
85 func (e errorString) RuntimeError() {} func
95 func (e errorCString) RuntimeError() {} func
111 func (e plainError) RuntimeError() {} func
/dports/lang/gcc9/gcc-9.4.0/libgo/go/runtime/
H A Derror.go17 RuntimeError() methodSpec
28 func (*TypeAssertionError) RuntimeError() {} func
85 func (e errorString) RuntimeError() {} func
95 func (e errorCString) RuntimeError() {} func
111 func (e plainError) RuntimeError() {} func
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/runtime/
H A Derror.go17 RuntimeError() methodSpec
28 func (*TypeAssertionError) RuntimeError() {} func
85 func (e errorString) RuntimeError() {} func
95 func (e errorCString) RuntimeError() {} func
111 func (e plainError) RuntimeError() {} func
/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Derror.go17 RuntimeError() methodSpec
28 func (*TypeAssertionError) RuntimeError() {} func
100 func (e errorString) RuntimeError() {} func
110 func (e errorCString) RuntimeError() {} func
126 func (e plainError) RuntimeError() {} func
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Derror.go17 RuntimeError() methodSpec
28 func (*TypeAssertionError) RuntimeError() {} func
100 func (e errorString) RuntimeError() {} func
110 func (e errorCString) RuntimeError() {} func
126 func (e plainError) RuntimeError() {} func
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Derror.go17 RuntimeError() methodSpec
28 func (*TypeAssertionError) RuntimeError() {} func
100 func (e errorString) RuntimeError() {} func
110 func (e errorCString) RuntimeError() {} func
126 func (e plainError) RuntimeError() {} func
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/
H A Derror.go17 RuntimeError() methodSpec
28 func (*TypeAssertionError) RuntimeError() {} func
100 func (e errorString) RuntimeError() {} func
110 func (e errorCString) RuntimeError() {} func
126 func (e plainError) RuntimeError() {} func
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Derror.go17 RuntimeError() methodSpec
28 func (*TypeAssertionError) RuntimeError() {} func
100 func (e errorString) RuntimeError() {} func
110 func (e errorCString) RuntimeError() {} func
126 func (e plainError) RuntimeError() {} func
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Derror.go17 RuntimeError() methodSpec
28 func (*TypeAssertionError) RuntimeError() {} func
100 func (e errorString) RuntimeError() {} func
110 func (e errorCString) RuntimeError() {} func
126 func (e plainError) RuntimeError() {} func
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Derror.go17 RuntimeError() methodSpec
28 func (*TypeAssertionError) RuntimeError() {} func
49 func (e errorString) RuntimeError() {} func
60 func (e plainError) RuntimeError() {} func
/dports/comms/libsdr/libsdr-0.1.0/src/
H A Dexception.hh36 class RuntimeError: public SDRError { class
39 RuntimeError(): SDRError() {} in RuntimeError() function in sdr::RuntimeError
41 RuntimeError(const RuntimeError &other): SDRError(other) {} in RuntimeError() function in sdr::RuntimeError
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Derror.go17 RuntimeError() methodSpec
28 func (*TypeAssertionError) RuntimeError() {} func
100 func (e errorString) RuntimeError() {} func
110 func (e errorCString) RuntimeError() {} func
126 func (e errorAddressString) RuntimeError() {} func
146 func (e plainError) RuntimeError() {} func
209 func (e boundsError) RuntimeError() {} func
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/
H A Derror.go17 RuntimeError() methodSpec
28 func (*TypeAssertionError) RuntimeError() {} func
100 func (e errorString) RuntimeError() {} func
110 func (e errorCString) RuntimeError() {} func
126 func (e errorAddressString) RuntimeError() {} func
146 func (e plainError) RuntimeError() {} func
207 func (e boundsError) RuntimeError() {} func
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Derror.go17 RuntimeError() methodSpec
28 func (*TypeAssertionError) RuntimeError() {} func
100 func (e errorString) RuntimeError() {} func
110 func (e errorCString) RuntimeError() {} func
126 func (e errorAddressString) RuntimeError() {} func
146 func (e plainError) RuntimeError() {} func
207 func (e boundsError) RuntimeError() {} func

12345678910>>...26