Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
    "error": {
        "status_code": 400,
        "code": "BadRequest",
        "display_message": "Field core_identity_type.id2 not found on type ICoreIdentity",
        "internal_message": "Field core_identity_type.id2 not found on type ICoreIdentity",
        "inner_errors": [],
        "details": {
            "context": {
                "app_customer_id": 900000,
                "app_customer_name": "Default App Customer",
                "tenant_id": 1,
                "tenant_name": "Root",
                "user_id": 10,
                "user_name": "",
                "route_template": "apiv2/servicedmcore/coreidentity/{id}",
                "route_values": {
                    "id": "20"
                },
                "request_method": "GET",
                "request_uri": "https://localhost:8000/apiv2/latest/servicedmcore/CoreIdentity/20?fields=id%2cactive%2cforeign_id%2cci_given_name%2cci_family_name%2cci_private_address_line_1%2ccore_identity_type.id2"
            }
        },
        "_type": "iTsense.Moving.Common.Exceptions.GeneralException",
        "stack_trace": "   at iTsense..."
    }
}