# AddPiecesRejectedSchema

> `const` **AddPiecesRejectedSchema**: `ZodObject`\<\{ `addMessageOk`: `ZodNull`; `confirmedTxHash`: `ZodOptional`\<`ZodCustom`\<`` `0x${string}` ``, `` `0x${string}` ``\>\>; `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/add-pieces.ts:183](https://github.com/FilOzone/synapse-sdk/blob/017412a5a52d7741a99dc4d4c9ae795e61547e64/packages/synapse-core/src/sp/add-pieces.ts#L183)