# AddPiecesRejectedSchema

> `const` **AddPiecesRejectedSchema**: `ZodObject`\<\{ `addMessageOk`: `ZodNull`; `dataSetId`: `ZodCodec`\<`ZodInt`, `ZodBigInt`\>; `pieceCount`: `ZodNumber`; `piecesAdded`: `ZodLiteral`\<`false`\>; `txHash`: `ZodCustom`\<`` `0x${string}` ``, `` `0x${string}` ``\>; `txStatus`: `ZodLiteral`\<`"rejected"`\>; \}, `$strip`\>

Defined in: [packages/synapse-core/src/sp/wait-for-add-pieces.ts:16](https://github.com/FilOzone/synapse-sdk/blob/d9d7ff65cc57a0664db3a209a0d25c3a4d4e34f0/packages/synapse-core/src/sp/wait-for-add-pieces.ts#L16)