Error need help

Caused by: BackendlessException{ code: ‘Server.Processing’, message: 'java.lang.RuntimeException: com.google.inject.ProvisionException: Unable to provision, see the following errors:

1) null returned by binding at com.backendless.inject.factory.DatastoreFactory.createDatastore()
 but the 8th parameter of com.backendless.services.persistence.internal.Datastore.<init>(Datastore.java:153) is not @Nullable
  while locating com.backendless.datamodel.application.UserDataTableEntity annotated with @com.google.inject.assistedinject.Assisted(value=)
    for the 8th parameter of com.backendless.services.persistence.internal.Datastore.<init>(Datastore.java:153)
  while locating com.backendless.services.persistence.internal.Datastore annotated with @com.google.inject.internal.UniqueAnnotations$Internal(value=1)

1 error', extendedData: '{}', detail: 'java.lang.RuntimeException: com.google.inject.ProvisionException: Unable to provision, see the following errors:

1) null returned by binding at com.backendless.inject.factory.DatastoreFactory.createDatastore()
 but the 8th parameter of com.backendless.services.persistence.internal.Datastore.<init>(Datastore.java:153) is not @Nullable
  while locating com.backendless.datamodel.application.UserDataTableEntity annotated with @com.google.inject.assistedinject.Assisted(value=)
    for the 8th parameter of com.backendless.services.persistence.internal.Datastore.<init>(Datastore.java:153)
  while locating com.backendless.services.persistence.internal.Datastore annotated with @com.google.inject.internal.UniqueAnnotations$Internal(value=1)

Please provide more information on what caused this error. Was an API call? If so which one? Try to think of a way for us to reproduce the problem and provide all the details we would need to have in order to do it.

Regards,
Mark

Figured it out, sorry for the trouble.