Enumeration

P2pandaError

unstable since: 2.0

Declaration

error-domain P2panda.Error

Description [src]

Errors that can appear while loading images.

Available since: 2.0

Members

P2PANDA_ERROR_FAILED

Generic type for all other errors.

  • Value: 0
  • Available since: 2.0
P2PANDA_ERROR_SPAWN_NODE

Failed to spawn node.

  • Value: 1
  • Available since: 2.0
P2PANDA_ERROR_SPAWN_TOPIC

Failed to spawn topic.

  • Value: 2
  • Available since: 2.0
P2PANDA_ERROR_NOT_SPAWNED

Topic or Node wasn’t spawned.

  • Value: 3
  • Available since: 2.0
P2PANDA_ERROR_DECODING

Unable to decode a message.

  • Value: 4
  • Available since: 2.0
P2PANDA_ERROR_REPLAY

Unable to replay a message.

  • Value: 5
  • Available since: 2.0
P2PANDA_ERROR_HAS_NO_PERSISTENT

Message was send to a topic without the PERSISTENT flag.

  • Value: 6
  • Available since: 2.0
P2PANDA_ERROR_HAS_NO_EPHEMERAL

Message was send to a topic without the EPHEMERAL flag.

  • Value: 7
  • Available since: 2.0
P2PANDA_ERROR_PUBLISH

Failed to publish a message.

  • Value: 8
  • Available since: 2.0
P2PANDA_ERROR_SIGNATURE

Invalid sigature, when parsing P2pandaNodeId or P2pandaPrivateKey.

  • Value: 9
  • Available since: 2.0

Type functions

p2panda_error_quark

Error quark for P2pandaError.