Searched refs:NewTApplicationException (Results 1 – 6 of 6) sorted by relevance
/thrift-3.4.0/lib/go/thrift/ |
D | application_exception_test.go | 27 exc := NewTApplicationException(UNKNOWN_APPLICATION_EXCEPTION, "") 34 exc = NewTApplicationException(WRONG_METHOD_NAME, "junk_method")
|
D | client.go | 63 return NewTApplicationException(WRONG_METHOD_NAME, fmt.Sprintf("%s: wrong method name", method)) 65 …return NewTApplicationException(BAD_SEQUENCE_ID, fmt.Sprintf("%s: out of order sequence response",… 78 …return NewTApplicationException(INVALID_MESSAGE_TYPE_EXCEPTION, fmt.Sprintf("%s: invalid message t…
|
D | exception_test.go | 28 err := NewTApplicationException(INTERNAL_ERROR, "original error")
|
D | exception.go | 52 return NewTApplicationException(t.TypeId(), msg)
|
D | header_transport.go | 90 return nil, NewTApplicationException( 157 return NewTApplicationException( 213 return NewTApplicationException(
|
D | application_exception.go | 117 func NewTApplicationException(type_ int32, message string) TApplicationException { func
|