README

colmugx/acp/error does not have a README file

#
AgentCompositionError

pub(all) suberror AgentCompositionError {
InvalidImplementation(reason~ : String)
MissingRequiredService(service_name~ : String)
InvalidAuthMethods(reason~ : String)
ConflictingSupport(reason~ : String)
} derive(Eq,
Debug
)

Failures found while composing an immutable Agent endpoint.

#
ClientCompositionError

pub(all) suberror ClientCompositionError {
InvalidImplementation(reason~ : String)
MissingRequiredService(service_name~ : String)
ConflictingSupport(reason~ : String)
} derive(Eq,
Debug
)

Failures found while composing an immutable Client endpoint.

#
HandlerError

pub(all) suberror HandlerError {
Application(message~ : String)
Cancelled
UnavailableOperation(method_name~ : String)
} derive(Eq,
Debug
)

Canonical checked failures returned by application-owned handlers and typed outbound ports on either endpoint side.

Source Files

Powered by MoonBit

Site sourceReport issuePackagesBuild queueSkillsStatistics

© 2026 mooncakes.io