Alokai

NoSuchEntityUidError

Contains an error message when an invalid UID was specified.

type NoSuchEntityUidError = ErrorInterface & {
  __typename?: 'NoSuchEntityUidError'; /** The returned error message. */
  message: Scalars['String']['output']; /** The specified invalid unique ID of an object. */
  uid: Scalars['ID']['output'];
};

Referenced Types

On this page