Error when publishing a document

when i tried to publish a document getting some error
error is
[ISS.0098.9007] Data does not conform to the Publishable Document Type USG_COMMON.Document:MSFNetUsageCanonical errors: INVALID
List of errors:
[0] pathName=/organizationName errorCode=VV-005 errorMessage=[ISC.0082.9034] Field is absent, field must exist
what i need to do

This error means that you created a document for publishing that is missing one of the fields. For broker case documents aer Broker events and all fields defined ni structure are required to be presents with some data. If not Broker considers document invalid. Just make sure to place data in all fields of such publishable docuiment.

In case you are using Broker API to build BrokerEvent object its same thing you missed to build one of the feilds or there is not data for it.