schola.core.error_manager
Exceptions for making gRPC errors more interpretable, and a context manager that automatically converts gRPC errors into our custom exceptions.
Classes
Wrapper for GRPC that redirects any grpc errors to our own more descriptive custom ones. |
Exceptions
|
An Exception that occurs when there is a generic issue with an environment wrapping a ScholaEnvironment |
|
An Error that occurs when a method is called that doesn’t exist in the Unreal environment. |
|
An Exception that occurs when there are no agents in the environment. |
|
An Error that occurs when the server is not detected. |
Base class for all exceptions in Schola. |
|
|
An Error that occurs when Unreal has stopped responding. |
Base class for all Schola exceptions that wrap GRPC exceptions, to add more information. |