Error Reasons in Queue

Hi, a simple question: which things can cause a xQueueSendToBack for returning pdFALSE?? i encountered with the problem of a queue returning error on Receive and error on Send, so, why does this occur? memory problem? thanks in advance

Error Reasons in Queue

Send if the queue is full and the block time expires. Receive if the queue is empty and the block time expires. Look at the API documentation.