Skip to content

Better Feedback than "X errors" from POST. #8

@Crashthatch

Description

@Crashthatch

At the moment, I can do a POST to add / update records, and get response:

array(6) {
  ["By RowIdentifier"]=>
  int(0)
  ["Rows Updated"]=>
  int(0)
  ["Rows Deleted"]=>
  int(0)
  ["Rows Created"]=>
  int(0)
  ["Errors"]=>
  int(10)
  ["By SID"]=>
  int(0)
}

But there is no way to see what the errors were, and why it failed. This makes debugging almost impossible as I have no idea what is wrong.

This is really a problem with the underlying API, not the SODA-PHP wrapper, but I couldn't find a Github repo for that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions