KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.LargeObjects.Client Namespace Reference

Classes

class  Installer
 Installing components from current library More...
 
class  ParcelException
 Exception that is thrown in parcel send / receive process More...
 
class  ParcelNotFoundException
 The parcel was already removed from the server More...
 
class  ParcelNotification
 Notification about awaiting large object parcel More...
 
class  ParcelServerErrorException
 The server could not be contacted or some other error More...
 
class  ParcelServerUnknownStatus
 Parcel server returned unknown status response More...
 
class  ParcelTimeoutException
 Timeout happened in parcel receive process More...
 
class  ParcelTypeLoadException
 Could not load type for parcel's payload More...
 

Enumerations

enum  EnParcelServerResponseCode : byte { EnParcelServerResponseCode.Ok = 0x00, EnParcelServerResponseCode.BadRequest = 0x01, EnParcelServerResponseCode.NotFound = 0x02 }
 The list of possible response codes from parcels server More...
 

Enumeration Type Documentation

◆ EnParcelServerResponseCode

The list of possible response codes from parcels server

Enumerator
Ok 

The request is ok

BadRequest 

The request could not be parsed

NotFound 

The specified parcel was not found

Definition at line 15 of file EnParcelServerResponseCode.cs.