124       return "Operation completed successfully";
 
  126       return "Operation partially completed";
 
  128       return "End of stream reached";
 
  130       return "Operation failed";
 
  132       return "Unable to load the requested resource";
 
  134       return "One or more of the parameters were not valid";
 
  136       return "One or more parameter values was not valid";
 
  138       return "Not enough memory is available";
 
  140       return "Insufficient space in buffer";
 
  142       return "Unable to read from buffer";
 
  144       return "Performing the requested operation from the current state is not supported";
 
  146       return "The requested operation is not available";
 
  148       return "The requested codec could not be found";
 
  150       return "Invalid buffer";
 
Performing the requested operation from the current state is not supported. 
Supplied buffer was empty. 
The requested operation is not available. 
A buffer passed to squash was invalid. 
Reached the end of the stream while decoding. 
Operation partially completed. 
The requested codec could not be found. 
const char * squash_status_to_string(SquashStatus status)
Get a string representation of a status code. 
Insufficient space in buffer. 
Not enough memory is available. 
SquashStatus
Status codes. 
SquashStatus squash_error(SquashStatus status)
Emit an error. 
One or more parameter values was not valid. 
Unable to load the requested resource. 
Operation completed successfully. 
One or more of the parameters were not valid.