functions-errors-group

HIDE 

/functions-errors-introduction/

Functions Errors

All error responses use the standard envelope format:

{
  "meta": { "timestamp": "...", "correlationId": "..." },
  "errors": [{ "code": "FAAS-1004", "message": "Package with ID [...] was not found!" }]
}

The code field is a stable machine-readable identifier. The message field is a human-readable description that may include contextual details.

CodeHTTP StatusDescription
FAAS-400400Validation or parameter error.
FAAS-403403Forbidden — insufficient permissions.
FAAS-405405HTTP method not allowed.
FAAS-406406Requested media type not acceptable.
FAAS-409409Unique constraint violation.
FAAS-415415Unsupported media type.
FAAS-500500Internal server error.
FAAS-1000400Invalid correlation ID format.
FAAS-1001401Authentication credentials not provided.
FAAS-1002401Invalid authentication credential.
FAAS-1003400Malformed JSON payload.
FAAS-1004400Entity not found.
FAAS-1005422Account package limit reached.
FAAS-1006422Functions per package revision limit reached.
FAAS-1007400Scheduled event has invalid date/time.
FAAS-1008423Deployment cannot be started — transitional state.
FAAS-1009423Deployment cannot be stopped — transitional state.
FAAS-1010409Scheduled event cannot be deleted.
FAAS-1011409Deprecated. Scheduled event cannot be updated.
FAAS-1012500Deployment failed to start.
FAAS-1013500Deployment failed to stop.
FAAS-1014409Deployment cannot be deleted.
FAAS-1015409Package revision already assigned to keyset.
FAAS-1016409Package cannot be deleted — has active deployments.
FAAS-1017409Package revision cannot be deleted — has active deployments.
FAAS-1018400Malformed page token.
FAAS-1019400Page size must be greater than zero.
FAAS-1020400Subkey parameter is required.
FAAS-1021400KV key not found.
FAAS-1022400Subkey not found.
FAAS-1023400Parameter validation failed.
FAAS-1024500Secrets storage operation failed.
FAAS-1025401Deprecated. Failed to validate session token due to network issue.
FAAS-1026409Cannot delete the last test input from a function.
FAAS-1027403User does not have required permissions.
FAAS-1028422Package revision cannot be created — validation failed.
FAAS-1029400Pagination not supported for this query.
FAAS-1030409Keyset is disabled.
FAAS-1031409Running deployment limit reached for account.
FAAS-1032422Invalid stop parameters.
FAAS-1034500Failed to enable functions on keyset.
FAAS-1035422Rolling update requires same keyset.
FAAS-1036422Code transpilation failed.
FAAS-1037500Code transpilation service unavailable.
FAAS-1038422Package revision validation failed.
FAAS-1039409Package revision limit reached.
FAAS-1040409Deployment limit per revision reached.
FAAS-1041409Test input limit per function reached.
FAAS-1042409Deployment has channel or path conflicts.
FAAS-1043503Deprecated. Account not found for the specified Keyset.
FAAS-1044400Deprecated. Ambiguous authentication — multiple auth methods provided.
FAAS-1045500Service unavailable.
FAAS-1046422Rolling update requires same package.
FAAS-1047401Authentication method not supported on this endpoint.
FAAS-1049422The PubNub-Version header is required for all public API endpoints.
FAAS-1050422Function code length exceeds limit.
FAAS-1051400PubNub-Version header has an invalid API version format.
FAAS-1052409Database constraint or data integrity violation.