Searched defs:fakeError (Results 1 – 8 of 8) sorted by relevance
138 final StatusRuntimeException fakeError = new StatusRuntimeException(Status.DATA_LOSS); in getFeature_error() local205 final StatusRuntimeException fakeError = new StatusRuntimeException(Status.INVALID_ARGUMENT); in listFeatures_error() local314 final StatusRuntimeException fakeError = new StatusRuntimeException(Status.INVALID_ARGUMENT); in recordRoute_serverError() local476 final StatusRuntimeException fakeError = new StatusRuntimeException(Status.PERMISSION_DENIED); in routeChat_errorResponse() local
102 type fakeError struct { struct103 Message string104 Wrapped error107 func (err fakeError) Error() string {111 func (err fakeError) Unwrap() error {
112 RuntimeException fakeError = new RuntimeException("fake error"); in testOperationFailed() local121 RuntimeException fakeError = new RuntimeException("fake error"); in testSyncError() local
114 RuntimeException fakeError = new RuntimeException("fake error"); in testOperationFailed() local123 RuntimeException fakeError = new RuntimeException("fake error"); in testSyncError() local
140 RuntimeException fakeError = new RuntimeException("fake error"); in testOperationFailed() local149 RuntimeException fakeError = new RuntimeException("fake error"); in testSyncError() local
240 final Exception fakeError = new RuntimeException(); in testResultFailureAfterRPCFailure() local281 final RuntimeException fakeError = new RuntimeException("internal exception"); in testExceptionInDescriptor() local320 final RuntimeException fakeError = new RuntimeException("internal exception"); in testExceptionInDescriptorErrorHandling() local
140 final Status fakeError = Status.INVALID_ARGUMENT; in asyncClientStreaming_serverErrorPriorToRequest() local
195 RuntimeException fakeError = new RuntimeException("fake"); in testNoErrorsBetweenHasNextAndNext() local