ErrLookup › ramsey/uuid
ramsey/uuid
:snowflake: A PHP library for generating universally unique identifiers (UUIDs). · PHP · 114 source files
Analyzed at da5b521600 on 2026-08-21. 55 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Could not find a suitable builder for the provided codec and | exception | error | php, ramsey-uuid, builder, fallback-builder, decode-bytes |
| Expected version 1 (time-based) UUID | exception | error | php, ramsey-uuid, ordered-time-codec, codec, uuid-v1 |
| $bytes string should contain 16 characters. | exception | error | php, ramsey-uuid, ordered-time-codec, decode-bytes, length-check |
| Attempting to decode a non-time-based UUID using OrderedTime | exception | error | php, ramsey-uuid, ordered-time-codec, decode-bytes, uuid-version-mismatch |
| $bytes string should contain 16 characters. | exception | error | php, ramsey-uuid, string-codec, decode-bytes, length-check |
| Invalid UUID string: {encodedUuid} | exception | error | php, ramsey-uuid, string-codec, uuid-parse, input-validation |
| Not a time-based UUID | exception | error | php, ramsey-uuid, deprecated, uuid-v1, get-date-time |
| %s(): Argument #1 ($data) is invalid | exception | error | php, ramsey-uuid, serialization, unserialize, cache-corruption |
| Length must be a positive integer greater than or equal to 6 | exception | error | php, ramsey-uuid, comb-generator, generator-length, deprecated |
| Length must be an even number | exception | error | php, ramsey-uuid, comb-generator, generator-length, even-length |
| Local domain must be a valid DCE Security domain | exception | error | php, ramsey-uuid, dce-security, uuid-v2, local-domain |
| Local identifier out of bounds; it must be a value between 0 | exception | error | php, ramsey-uuid, dce-security, uuid-v2, local-identifier, out-of-range |
| Clock sequence out of bounds; it must be a value between 0 a | exception | error | php, ramsey-uuid, dce-security, uuid-v2, clock-sequence, out-of-range |
| A local identifier must be provided for the org domain | exception | error | php, ramsey-uuid, dce-security, uuid-v2, org-domain, missing-argument |
| Unable to hash namespace and name with algorithm '%s' | exception | error | php, ramsey-uuid, name-generator, hash-algorithm, uuid-v3, uuid-v5 |
| The generated time of '%s' is larger than expected | exception | error | php, ramsey-uuid, time-generator, uuid-v1, system-clock, time-provider |
| Invalid node value | exception | error | php, ramsey-uuid, time-generator, uuid-v1, node-id, mac-address |
| Unable to hash namespace and name with algorithm '%s' | exception | error | php, ramsey-uuid, pecl-uuid, hash-algorithm, name-based-uuid, argument-validation |
| The byte string must be 16 bytes long; received {bytes} byte | exception | error | php, ramsey-uuid, guid, binary-data, byte-length, argument-validation |
| The byte string received does not conform to the RFC 9562 (f | exception | error | php, ramsey-uuid, guid, variant-bits, binary-data, schema-validation |
| The byte string received does not contain a valid version | exception | error | php, ramsey-uuid, guid, version-nibble, schema-validation, rfc-9562 |
| %s(): Argument #1 ($data) is invalid | exception | error | php, ramsey-uuid, serialization, unserialize, value-error, lazy-loading |
| Not a time-based UUID | exception | error | php, ramsey-uuid, timestamp, uuid-version, deprecated-api, lazy-loading |
| The byte string must be 16 bytes long; received {bytes} byte | exception | error | php, ramsey-uuid, ulid, nonstandard, binary-data, byte-length |
| Fields used to create a UuidV6 must represent a version 6 (r | exception | error | php, ramsey-uuid, uuid-v6, deprecated, upgradability, argument-validation |
| Unable to get a user identifier using the system DCE Securit | exception | error | php, ramsey-uuid, dce-security, uuid-v2, shell-exec, disable-functions, permissions |
| Unable to get a group identifier using the system DCE Securi | exception | error | php, ramsey-uuid, dce-security, uuid-v2, shell-exec, disable-functions, posix |
| Unable to find a suitable node provider | exception | error | php, ramsey-uuid, node-provider, mac-address, containers, fallback-chain, uuid-v1 |
| Static node value cannot be greater than 12 hexadecimal char | exception | error | php, ramsey-uuid, node, static-node, mac-address, argument-validation, uuid-v1 |
| Unable to fetch a node for this system | exception | error | php, ramsey-uuid, mac-address, sysfs, ifconfig, containers, uuid-v1, environment |
| The byte string must be 16 bytes long; received {} bytes | exception | error | php, ramsey-uuid, binary-data, byte-length, rfc-9562, argument-validation |
| The byte string received does not conform to the RFC 9562 (f | exception | error | php, ramsey-uuid, variant-bits, rfc-9562, parsing, schema-validation |
| The byte string received does not contain a valid RFC 9562 ( | exception | error | php, ramsey-uuid, version-nibble, rfc-9562, parsing, schema-validation |
| The UUID version in the given fields is not supported by thi | exception | error | php, ramsey-uuid, uuid-builder, version-nibble, custom-implementation, rfc-9562 |
| $e->getMessage() | exception | error | php, ramsey-uuid, uuid-builder, parsing, wrapper-exception, untrusted-input |
| Fields used to create a UuidV1 must represent a version 1 (t | exception | error | php, ramsey-uuid, uuid-v1, argument-validation, manual-construction, rfc-9562 |
| Fields used to create a UuidV2 must represent a version 2 (D | exception | error | php, ramsey-uuid, uuid, validation, constructor, version-mismatch |
| Fields used to create a UuidV3 must represent a version 3 (n | exception | error | php, ramsey-uuid, uuid, validation, constructor, version-mismatch, md5 |
| Fields used to create a UuidV4 must represent a version 4 (r | exception | error | php, ramsey-uuid, uuid, validation, constructor, version-mismatch, random |
| Fields used to create a UuidV5 must represent a version 5 (n | exception | error | php, ramsey-uuid, uuid, validation, constructor, version-mismatch, sha1 |
| Fields used to create a UuidV7 must represent a version 7 (U | exception | error | php, ramsey-uuid, uuid, validation, constructor, version-mismatch, uuidv7, time-ordered |
| Fields used to create a UuidV8 must represent a version 8 (c | exception | error | php, ramsey-uuid, uuid, validation, constructor, version-mismatch, uuidv8, custom-format |
| Invalid number of bytes | exception | error | php, ramsey-uuid, uuid, bytes, length-validation, variant |
| Value must be a signed decimal or a string containing only d | exception | error | php, ramsey-uuid, decimal, validation, locale, type-object |
| %s(): Argument #1 ($data) is invalid | exception | error | php, ramsey-uuid, decimal, unserialize, value-error, cache-corruption |
| %s(): Argument #1 ($data) is invalid | exception | error | php, ramsey-uuid, hexadecimal, unserialize, value-error, cache-corruption |
| Value must be a hexadecimal number | exception | error | php, ramsey-uuid, hexadecimal, validation, type-object |
| %s(): Argument #1 ($data) is invalid | exception | error | php, ramsey-uuid, integer, unserialize, value-error, cache-corruption |
| Value must be a signed integer or a string containing only d | exception | error | php, ramsey-uuid, integer, validation, locale, type-object, big-number |
| Attempted to unserialize an invalid value | exception | error | php, ramsey-uuid, time, unserialize, json, cache-corruption |
| %s(): Argument #1 ($data) is invalid | exception | error | php, ramsey-uuid, time, unserialize, value-error, cache-corruption |
| %s(): Argument #1 ($data) is invalid | exception | error | php, ramsey-uuid, uuid, unserialize, value-error, cache-corruption |
| The method fromHexadecimal() does not exist on the provided | exception | error | php, ramsey-uuid, uuid, factory, bad-method-call, custom-factory |
| The provided factory does not support the uuid7() method | exception | error | php, ramsey-uuid, uuid, uuidv7, factory, unsupported-operation, custom-factory |
| The provided factory does not support the uuid8() method | exception | error | php, ramsey-uuid, uuid, uuidv8, factory, unsupported-operation, custom-factory |