colmugx/acp/error does not have a README file
pub(all) suberror AgentCompositionError {
InvalidImplementation(reason~ : String)
MissingRequiredService(service_name~ : String)
InvalidAuthMethods(reason~ : String)
ConflictingSupport(reason~ : String)
} derive(Eq, @moonbitlang/core/debug.DebugDebug)pub(all) suberror ClientCompositionError {
InvalidImplementation(reason~ : String)
MissingRequiredService(service_name~ : String)
ConflictingSupport(reason~ : String)
} derive(Eq, @moonbitlang/core/debug.DebugDebug)pub(all) suberror HandlerError {
Application(message~ : String)
Cancelled
UnavailableOperation(method_name~ : String)
} derive(Eq, @moonbitlang/core/debug.DebugDebug)Dependencies