Message: AllocationReport

File: WebAPI/order_2.proto

Description

Report with results of allocation.

Request: AllocationRequest.

Used in

ServerMsg

Fields

allocation_id

Type: string

Description: ID of corresponding allocation request.

Required: yes.

status_code

Type: StatusCode

Description: Status code of the allocation request.

Required: yes.

details

Type: shared_1.Text

Description: Optional details.

when

Type: google.protobuf.Timestamp

Description: Timestamp of operation.

Enum StatusCode

Values

      STATUS_CODE_SUCCESS = 0

     Allocation has been successfully processed.

      STATUS_CODE_FAILURE = 101

     Allocation has failed.

      STATUS_CODE_REQUEST_RATE_LIMIT_VIOLATION = 102

     The request rate limit has been violated.