bloombox / bloombox.client.services.menu / MenuClientError / PARTNER_INVALID

PARTNER_INVALID

PARTNER_INVALID (source)

Specifies that the partner code was missing or invalid.

Functions

message

fun message(): String

Error message to return or display. The service's error code is sent for this value. In rare circumstances, the name of the resulting gRPC status may be returned if no specific error status is available.

status

fun status(): Status

Underlying gRPC status code that resulted from this error. These error codes rougly map to HTTP errors, and can be found in gRPC's docs at https://grpc.io.