[][src]Module ice_rs::errors

Structs

ParsingError

A ParsingError appears when a problem occurs parsing ice files.

PropertyError

A PropertyError appears when a requested property is not existing.

ProtocolError

A ProtocolError indicates a problem related to the ice protocol. It may be unexpected messages or problems while encoding or decoding objects.

RemoteException

A RemoteException is raised when the remote application raises any error that is not an UserError.

UserError

A UserError is an error that is defined in ice files. The generic type will be the defined error struct.