Ecto.NoPrimaryKeyFieldError exception

Raised at runtime when an operation that requires a primary key is invoked with a model that does not define a primary key by using @primary_key false

Source

Summary

exception(msg)

Callback implementation for c:Exception.exception/1

message(exception)

Callback implementation for c:Exception.message/1

Functions

exception(msg)

Specs:

Callback implementation for c:Exception.exception/1.

Source
message(exception)

Specs:

Callback implementation for c:Exception.message/1.

Source