Home
last modified time | relevance | path

Searched defs:Unauthenticated (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/
DStatusCode.cs76 Unauthenticated = 16, enumerator
/external/pigweed/pw_status/public/pw_status/
Dstatus.h241 [[nodiscard]] static constexpr Status Unauthenticated() { in Unauthenticated() function
/external/grpc-grpc/src/ruby/lib/grpc/
Derrors.rb140 class Unauthenticated < BadStatus class
/external/python/python-api-core/google/api_core/
Dexceptions.py235 class Unauthenticated(Unauthorized): class
/external/tensorflow/tensorflow/core/platform/
Derrors.h375 ::tensorflow::Status Unauthenticated(Args... args) { in Unauthenticated() function